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
Will OTA work at all?
The OTA docs need 2 flash partitions, one for currently running code and one for new uploaded code. I would assume that the binary needs to be < 50% of the available flash.
Building the current binary uses most of the flash:
RAM: [== ] 20.5% (used 67092 bytes from 327680 bytes)
Flash: [======== ] 82.4% (used 1620805 bytes from 1966080 bytes)
very much like esphome, make the OTA feature available.
A first attempt was started but does not work (yet).
The text was updated successfully, but these errors were encountered: