esp-idf/examples/common_components/protocol_examples_common
Ivan Grokhotkov 28a440521e examples: gracefully shut down Wi-Fi before restart
This fixes the issue that if Wi-Fi is stopped from a shutdown handler,
the code in connect.c tries to reconnect, and fails because Wi-Fi is
already stopped.
Also make the error check in connect.c less strict.
2019-10-07 16:47:49 +02:00
..
include
CMakeLists.txt
Kconfig.projbuild
component.mk
connect.c examples: gracefully shut down Wi-Fi before restart 2019-10-07 16:47:49 +02:00
stdin_out.c