fix compiler errors

This commit is contained in:
mverch67 2024-05-14 21:23:40 +02:00
parent 7c3519d322
commit e1f347df86

View File

@ -26,6 +26,10 @@ class Screen
void startRebootScreen() {} void startRebootScreen() {}
void startShutdownScreen() {} void startShutdownScreen() {}
void startFirmwareUpdateScreen() {} void startFirmwareUpdateScreen() {}
void increaseBrightness() {}
void decreaseBrightness() {}
void setFunctionSymbal(std::string) {}
void removeFunctionSymbal(std::string) {}
}; };
} // namespace graphics } // namespace graphics
#else #else