]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/remove_wifi_config_option' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 16 Aug 2017 10:43:56 +0000 (18:43 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 16 Aug 2017 10:43:56 +0000 (18:43 +0800)
commit8a7bc34b780c765f156b5df6f1a83b6abbae9296
treeb1071f91bc2930d5f7920bd4115f9d40af244643
parent1633582ac4f4470eed72c54600c14f05dcc346a9
parent63c738de4c04790cccd5752cd2807bd332366da3
Merge branch 'feature/remove_wifi_config_option' into 'master'

Remove wifi config option

Remove Wi-Fi enable/disable option from Kconfig. This can be detected by the presence of esp_wifi_init() function in the application. Minimum footprint impact after the change.

See merge request !1098