This commit is contained in:
Lubos Petrovic
2020-12-05 11:24:20 +01:00
parent 3844e9bd8c
commit 3dcfab24ea
8 changed files with 36 additions and 6 deletions

View File

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