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.
OTAs in Updater.cpp are broken with _SPIFFS_start = 0. The following seems to fix them:
-PROVIDE ( _SPIFFS_start = 0 ); -PROVIDE ( _SPIFFS_end = 0 ); +PROVIDE ( _SPIFFS_start = 0x4027B000 ); +PROVIDE ( _SPIFFS_end = 0x4027B000 );