You are reading a single comment by @Robin and its replies.
Click here to read the full conversation.
-
Wed 2020.01.22
'Question is> is possible to use setDesetDeepSleep function in version of firmware for ESP32?'
Hello @user106328, could this error be the result of a simple typo here?
setDesetDeepSleep
While I see in your other thread the correct usage:
Is the above a new function I am not aware?
I flashed the latest firmware for ESP32 2v04
https://www.espruino.com/binaries/espruino_2v04_esp32/
I would like to use setDesetDeepSleep(1); function but I got Uncaught ReferenceError: "setDeepSleep" is not defined exception.
Question is> is possible to use setDesetDeepSleep function in version of firmware for ESP32? And if Yes, which require should be used?