add k053260 case
This commit is contained in:
parent
407f916311
commit
caf4ab5d7a
|
|
@ -271,6 +271,9 @@ const char* FurnaceGUI::getSystemPartNumber(DivSystem sys, DivConfig& flags) {
|
||||||
case DIV_SYSTEM_PV1000:
|
case DIV_SYSTEM_PV1000:
|
||||||
return "PV-1000";
|
return "PV-1000";
|
||||||
break;
|
break;
|
||||||
|
case DIV_SYSTEM_K053260:
|
||||||
|
return "K053260";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return FurnaceGUI::getSystemName(sys);
|
return FurnaceGUI::getSystemName(sys);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue