make standalone compile

This commit is contained in:
proddy
2024-03-27 19:49:20 +05:30
parent 52f605b118
commit 90eda9f996
3 changed files with 15 additions and 5 deletions

View File

@@ -41,6 +41,10 @@ class Preferences {
return 0;
}
int getChar(const char * key, uint8_t defaultValue = 0) {
return 0;
}
double getDouble(const char * key, double defaultValue = NAN) {
return 0;
}