Code: Select all
E (3697) wifi_init: Failed to deinit Wi-Fi driver (0x3014)
What's the correct way to proceed in this case? Can I assume that the WiFi was correctly uninitialized? If not, can I force the deinit?
Code: Select all
E (3697) wifi_init: Failed to deinit Wi-Fi driver (0x3014)
We generally only call `stop` if we got an event that the WiFi was started. Maybe we didn't get that event, or there is a race condition.Did you stop the WiFi before trying to deinit?
Users browsing this forum: No registered users and 282 guests