OVMS3-idf/examples/provisioning/console_prov/main
Anurag Kar d784fbb314 examples/provisioning : Call esp_wifi_init() only in main function before starting provisioning
Removed all other instances of call to esp_wifi_init(), because every time this is called it
will override its previously set default event handler and hence cause numerous warnings.

Also, call nvs_flash_init() only once, that is before calling esp_wifi_init() in main function
2019-04-15 10:19:29 +00:00
..
app_main.c examples/provisioning : Call esp_wifi_init() only in main function before starting provisioning 2019-04-15 10:19:29 +00:00
app_prov.c examples/provisioning : Call esp_wifi_init() only in main function before starting provisioning 2019-04-15 10:19:29 +00:00
app_prov.h examples/provisioning : use esp_event library to handle WiFi/IP events 2019-04-15 10:19:29 +00:00
app_prov_handlers.c wifi_provisioning : context pointer added to wifi_config_t structure and related examples/docs updated 2019-02-15 10:45:34 +00:00
CMakeLists.txt Examples : Added provisioning examples, tests and client tool. 2018-10-02 19:07:28 +05:30
component.mk Examples : Added provisioning examples, tests and client tool. 2018-10-02 19:07:28 +05:30
Kconfig.projbuild examples/provisioning : use esp_event library to handle WiFi/IP events 2019-04-15 10:19:29 +00:00