You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 2MB flash and a filesystem of 512Kb, the remaining flash space is around 1536 KB. This is where the running firmware plus new OTA upload need to fit in. ESP8266 allows to upload a compressed firmware (.bin.gz)- around 35% smaller. We already used this trick since WLED 0.14.x, to keep OTA updates possible on 2MB 8266 boards.
Users are reporting inability to upgrade using the OTA, even when using the .gzip image
Have we pushed the flash usage too close the 100%?
Apparently 8266 can fail for values less than 100% but unclear quite how close you can go
some numbers
With 2MB flash and a filesystem of 512Kb, the remaining flash space is around 1536 KB. This is where the running firmware plus new OTA upload need to fit in. ESP8266 allows to upload a compressed firmware (.bin.gz)- around 35% smaller. We already used this trick since WLED 0.14.x, to keep OTA updates possible on 2MB 8266 boards.