get smart config to work as well

This commit is contained in:
me-no-dev
2020-01-27 17:34:30 +02:00
parent 92db9730e0
commit f14a85311f
4 changed files with 53 additions and 11 deletions

View File

@ -128,6 +128,7 @@ void tcpipInit(){
if(esp_efuse_mac_get_default(mac) == ESP_OK){
esp_base_mac_addr_set(mac);
}
esp_event_loop_create_default();
#endif
tcpip_adapter_init();
}