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
The binary WiFi blobs are 200-400KB in size, but are only used to upload to the Cyw43 WiFi chip. This makes applications grow massively (before taking in to account any add'l LWIP code).
One way to help minimize this bloat would be to compress the BLOBs and decompress them on-the-fly as they are uploaded to the Cyw43 chip.
UZLib is a simple decompressor for gzip blobs and only added ~4K of code to the ESP8266 Arduino code when it was added (it is used there to support compressed OTA).