mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-15 00:46:31 +02:00
fix esp8266 build fail
This commit is contained in:
@ -124,7 +124,6 @@ void Configuration::loadConfig(void) {
|
||||
for (int i = 0; i < EEPROM_CONFIG_SIZE; i++) {
|
||||
buf[i] = EEPROM.read(i);
|
||||
}
|
||||
readSuccess = true;
|
||||
#else
|
||||
File file = SPIFFS.open(CONFIG_FILE_NAME);
|
||||
if (file && !file.isDirectory()) {
|
||||
|
Reference in New Issue
Block a user