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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user