added credentials to menu system informations

This commit is contained in:
2023-05-23 23:23:15 +02:00
parent 1844a2a12e
commit a6e35167d8
@@ -43,11 +43,10 @@ void MenuSysteminformation::printPage() const {
lineTwo.concat(this->mainBattery->getBatteryVoltage());
break;
// case 4:
// lineOne = "PS3 battery";
// lineTwo = "is ";
// lineTwo.concat(MenuSysteminformation::ps3ToString(this->gamepad->data.status.battery));
// break;
case 4:
lineOne = "Kleiax Rover by";
lineTwo = "Alexander Klein";
break;
default:
this->printDefault();