Error message in ESP32.getState() #6889
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2017-04-26 by Wilberforce Hi, this in prepartion for ota updates. The espruino_partition.bin contains these partitions:
When there is a ota type partition the esp-idf checks to see if there is valid code in the partition. At this stage nothing is uploaded to 0x200000, and the data is 0xff. The It could be suppressed and added back when the ota updates are sorted out, however it can be safely ignored. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2017-04-26 by JumJum
Calling ESP32.getState gives an error:
E (240505) esp_ota_ops: ota data invalid, no current app. Assuming factory
Beta Was this translation helpful? Give feedback.
All reactions