mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
make standalone compile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user