11 Commits

Author SHA1 Message Date
Zhang Jun Hao
38b91692da feat(esp8266): rename some wifi private file 2020-08-18 10:22:08 +08:00
Dong Heng
4dee04c03b feat(esp_event): examples use esp_event instead of old event process 2020-01-15 16:29:29 +08:00
dongheng
cc267ab0df feat(hello_world): add example hello_world from esp-idf and modify it for ESP8266
Commit ID: b0456cc9
2019-08-27 15:15:44 +08:00
dongheng
c71358cd20 docs(ota): add note how to load old SDK's target AP information 2019-07-15 14:32:56 +08:00
dongheng
1dda263ad7 feat(ota): add option into example to load original AP information when update from old SDK 2019-07-03 19:22:31 +08:00
Chen Wen
af0fcc0492 fix(wifi): fix compatibility issues with AP which configured to 11n only 2019-06-14 11:06:39 +08:00
dongheng
2964c5ac5f feat(examples): spilt ota example into sub-examples to adapt to various scenarios 2019-06-11 10:07:24 +08:00
dongheng
268e9d5846 feat(examples): Add cmake compiler script for examples 2019-05-16 16:22:24 +08:00
dongheng
343c6ffd6a feat(partition_table): Compiling script gets partition information from partition binary 2019-03-05 10:03:17 +08:00
dongheng
2790d5605c bugfix(fix): Fix combine binary overwrite checking 2019-03-01 13:49:52 +08:00
Supreet Deshpande
43d230a0f1 feature/esp_https_ota: Changes to make esp_https_ota compatible with ESP8266.
Changes:
Changed component.mk to enable only mbedtls based compilation.
Removed esp_err_to_name occurence. Updated README.md.
Shifted OTA examples to examples/system/ota.
Changed the sdkconfig.defaults for the example compilation.
2019-02-27 11:21:50 +05:30