Often, when the Wi-Fi is slow to connect after waking from sleep, the problem is its priorities. For example, if you use other connection methods, such as Ethernet or Thunderbolt, macOS may not be giving your wireless protocol priority, causing a delay when you want to connect. Fortunately...
WiFi.mode(WIFI_OFF); btStop(); adc_power_off(); esp_wifi_stop(); esp_bt_controller_disable(); I also tried a ten second delay between these commands and the deep sleep command in case it wasn't switching off the WIFI in time before it going to sleep. Basically, after opening a ...
WiFi.mode(WIFI_OFF); btStop(); adc_power_off(); esp_wifi_stop(); esp_bt_controller_disable(); I also tried a ten second delay between these commands and the deep sleep command in case it wasn't switching off the WIFI in time before it going to sleep. Basically, after opening a ...