E (762367) esp_netif_lwip: esp_netif_new: Failed to configure netif with config=0x3fce53b4 (config or if_key is NULL or duplicate key) Below is the code in setup() to initialize the scan. Code:[Select all][Expand/Collapse]
E (30548) esp_netif_lwip: esp_netif_new: Failed to configure netif with config=0x3ffbee80 (config or if_key is NULL or duplicate key) This is probably due to not shutting down wifi or netif completely as the error msg tells me about a duplicate. The netif esp_netif_deinit(void) has...