meta data for this page
  •  

This is an old revision of the document!


ota

ESP does not have enough space

ERROR Error binary size: Error: ESP does not have enough space to store OTA file. Please try flashing a minimal firmware (remove everything except ota)

It is great change that ESP8266 is equipped with 1M flash. So change board definition in yaml from

board: esp01
# or
board: esp8285

to

board: esp01_1m