esp-idf/examples/system
morris 378f8f72f0 console: fix wrong timeout settiing in join command
1. Fix wrong timeout setting in join command, also alter the default timeout value to 10 seconds
2. Don't clear the CONNECTED_BIT when connected to AP.
2019-03-06 18:25:10 +08:00
..
app_trace_to_host cleanup app_trace_to_host example 2019-01-31 21:28:52 +08:00
base_mac_address Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
console console: fix wrong timeout settiing in join command 2019-03-06 18:25:10 +08:00
cpp_exceptions
cpp_pthread
deep_sleep Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_event examples: fix specified location for event loop example test 2019-02-14 14:06:04 +08:00
esp_timer
freertos/real_time_stats freertos: Add real time stats example 2019-02-26 14:34:53 +08:00
gcov Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
himem Proper README.md for himem example 2019-02-12 19:36:06 +08:00
light_sleep
ota Merge branch 'bugfix/simple_ota_example' into 'master' 2019-03-05 13:05:53 +08:00
select
sysview_tracing Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
task_watchdog
ulp
ulp_adc
unit_test
README.md

README.md

System Examples

Configuration and management of memory, interrupts, WDT (watchdog timer), OTA (over the air updates), deep sleep logging, and event loops.

See the README.md file in the upper level examples directory for more information about examples.