Open
Description
I am using the BLE notify example. I want to deep sleep the ESP32 but it seems like it never goes to deep sleep (current consumption 60 ma). Is there a way to deinitialize the ble server ?
esp_bt_controller_disable();
delay(1000);
esp_sleep_enable_ext0_wakeup(GPIO_NUM_0,0);
delay(1000);
esp_deep_sleep_start();