Support for light_sleep

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
maerki
Posts: 6
Joined: Fri Jun 08, 2018 9:42 am
Location: Switzerland, 8634
Contact:

Support for light_sleep

Post by maerki » Sat Jul 28, 2018 9:38 pm

ESP8266 implements:

Code: Select all

esp.sleep_type(SLEEP_LIGHT)
But light_sleep is missing in ESP32, v1.9.4:

Code: Select all

machine.sleep()
RuntimeError: light sleep not available for this version of ESP-IDF
When will light_sleep be implemented?
What will be the challanges implementing light_sleep?

Post Reply