We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71dd54 commit 7c66706Copy full SHA for 7c66706
examples/uEspConfigLib_example_EEPROM/uEspConfigLib_example_EEPROM.ino
@@ -64,7 +64,7 @@ void setup() {
64
Serial.println(" - SETUP -");
65
66
configFs = new uEspConfigLibFSEEPROM("", true);
67
- if (configFsE->status() == uEspConfigLibFS_STATUS_FATAL) {
+ if (configFs->status() == uEspConfigLibFS_STATUS_FATAL) {
68
Serial.println(" * Error initializing FS EEPROM");
69
}
70
0 commit comments