tve / mqboard

Micro Framework for MicroPython Boards Managed via MQTT
MIT License
120 stars 18 forks source link

mqboard: OTA command needs to change the default timeout to a longer period #11

Open tve opened 4 years ago

tve commented 4 years ago

The default timeout is too short, need to make it longer.

tialm commented 4 years ago

Is this related to

E (376004) esp_ota_ops: not found otadata                                                                   
W 20:19:35.562   mqrepl: Exception in eval: (-261, 'ESP_ERR_NOT_FOUND')     

? After making the initial settings, if I leave my board on, I always get that in a loop after some time. What does it mean?

tve commented 4 years ago

I have not see that error, looks like a problem with your partition table: you are missing the otadata partition.