Open tbec opened 5 years ago
Power analysis shows that when esp_wifi_stop(); esp_wifi_disconnect(); esp_wifi_deinit(); called there is no reduction in power. By comparison, when wifi is initialized the current increases by 30mA...
esp_wifi_stop(); esp_wifi_disconnect(); esp_wifi_deinit();
Power analysis shows that when
esp_wifi_stop(); esp_wifi_disconnect(); esp_wifi_deinit();
called there is no reduction in power. By comparison, when wifi is initialized the current increases by 30mA...