mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 21:24:34 +00:00
fix compiler errors
This commit is contained in:
parent
7c3519d322
commit
e1f347df86
@ -26,6 +26,10 @@ class Screen
|
||||
void startRebootScreen() {}
|
||||
void startShutdownScreen() {}
|
||||
void startFirmwareUpdateScreen() {}
|
||||
void increaseBrightness() {}
|
||||
void decreaseBrightness() {}
|
||||
void setFunctionSymbal(std::string) {}
|
||||
void removeFunctionSymbal(std::string) {}
|
||||
};
|
||||
} // namespace graphics
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user