Cannot connect to Wifi after deep sleep. #7165
Replies: 1 comment
-
Posted at 2019-12-04 by @gfwilliams It depends how you saved the code but chances are you need to put the code you want to run at boot into a function called Posted at 2019-12-04 by user106328 Thanks. I tried it in the following way but with the same result (even without deep sleep):
Calculating Size...
Posted at 2019-12-04 by @allObjects I do not know your IDE settings, but the idea here is to save() before running anything. Posted at 2019-12-05 by maze1980 I'd say it takes longer than 10s to connect to the Wifi initially, for whatever reason. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-12-04 by user106328
Hi,
I'm trying to connect to wifi after deep sleep wakeup on ESP32. The initial run work, but after wake from deep sleep the code wifi.connect is not executed. It does not fall into error or success branch.
I would like to ask how to do it in the right way:
Firmware version:
espruino_2v03_esp32
device is connected throught the USB cable
Beta Was this translation helpful? Give feedback.
All reactions