Angus Gratton
|
902382f622
|
ota ops: Verify partition argument passed to esp_ota_begin()
|
2017-02-22 10:26:04 +11:00 |
|
Angus Gratton
|
25f739c183
|
ota ops: Add new functions esp_ota_get_next_update_partition / esp_ota_get_running_partition
* Update OTA example to use these.
* Refactor esp_ota_begin() to return ESP_ERR_OTA_PARTITION_CONFLICT as documented
|
2017-02-22 10:24:42 +11:00 |
|
Angus Gratton
|
1f3a2e900c
|
docs: Improve/clarify partition, OTA & SPI flash docs
Related to #313 https://github.com/espressif/esp-idf/issues/313
|
2017-02-20 15:31:42 +11:00 |
|
Angus Gratton
|
2d5162dc3c
|
OTA: Always clean up OTA handle regardless of esp_ota_end() result
As reported on forum: http://esp32.com/viewtopic.php?f=14&t=1093
|
2017-02-03 10:07:30 +11:00 |
|
tzx
|
9b2cad4174
|
docs: fix return error of ota docs and fix ota.rst
|
2016-12-01 13:54:25 +08:00 |
|
Tian Zhong Xing
|
72422b32dc
|
feature/fota_ops_api: add ota core api implement
|
2016-11-28 17:12:57 +08:00 |
|