Autostart: Manual/Auto/Sleep

This commit is contained in:
firebie
2020-01-16 23:33:52 +02:00
parent 358726631f
commit 61c127cc2d
3 changed files with 22 additions and 2 deletions

View File

@@ -67,6 +67,9 @@ extern const char* SymbolWatts;
extern const char* SymbolVolts;
extern const char* SymbolDC;
extern const char* SymbolCellCount;
extern const char* SymbolManual;
extern const char* SymbolAuto;
extern const char* SymbolSleep;
extern const char* SymbolVersionNumber;
extern const char* DebugMenu[];