setting for headlights reminder

This commit is contained in:
Lubos Petrovic
2020-12-05 14:04:48 +01:00
parent a56668ae61
commit faf930425b
7 changed files with 18 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ class BoardInterface {
void saveSettings();
void resetSettings();
void loadSettings();
// void customConsoleCommand(String cmd);
void customConsoleCommand(String cmd);
};
#endif // BOARDINTERFACE_H