]> granicus.if.org Git - esp-idf/commit
deep sleep: add note about disabling WiFi and BT
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 21 Feb 2017 04:29:25 +0000 (12:29 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 21 Feb 2017 09:07:16 +0000 (17:07 +0800)
commit26dec992eb4c23bae6c81df5948d3103ba8c2580
tree3349e0511739aa81472a4830d9c00fb0a5c2901d
parentd3fde5188e3df788764edf7317b10034a7c724d1
deep sleep: add note about disabling WiFi and BT

This change adds a note to esp_deep_sleep that applications should disable WiFi and BT before going into deep sleep.
SNTP example is also updated.
components/esp32/include/esp_deep_sleep.h
examples/protocols/sntp/main/sntp_main.c