This commit is contained in:
Lubos Petrovic
2020-12-05 11:25:59 +01:00
parent 3dcfab24ea
commit a56668ae61
3 changed files with 3 additions and 3 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