Search found 31 matches

by weldeng
Thu Sep 15, 2016 12:56 am
Forum: ESP8266 boards
Topic: Cant get SLEEP_MODEM to work on ESP8266
Replies: 12
Views: 10276

Cant get SLEEP_MODEM to work on ESP8266

From the MicroPython 1.8.4 documentation below : esp.sleep_type([sleep_type]) with the possible sleep types are defined as constants: •SLEEP_NONE – all functions enabled, •SLEEP_MODEM – modem sleep, shuts down the WiFi Modem circuit. •SLEEP_LIGHT – light sleep, shuts down the WiFi Modem circuit and ...