You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added some additional debug output, which seems to show that device is kept awake by timed state transition at PowerFSM.cpp L351-L353
As a test, disabling these lines did allow the device to enter stateLS as expected.
Not sure what the intended purpose of the transition is; catch-all for any missed state changes maybe?
Didn't notice any immediate consequences of disabling the dark-to-dark transition. Will do some more testing later so try and identify where, if anywhere, it has an effect.
Light sleep duration was set at 35 seconds during the testing.
Relevant log output
DEBUG |??:??:?? 67 [Power] Battery: usbPower=0, isCharging=0, batMv=3867, batPct=67
DEBUG |??:??:?? 71 [PowerFSM] Timed transition: Dark to Dark
DEBUG |??:??:?? 71 [PowerFSM] darkEnter()
DEBUG |??:??:?? 87 [Power] Battery: usbPower=0, isCharging=0, batMv=3905, batPct=71
DEBUG |??:??:?? 101 [PowerFSM] Timed transition: Dark to Dark
DEBUG |??:??:?? 101 [PowerFSM] darkEnter()
DEBUG |??:??:?? 107 [Power] Battery: usbPower=0, isCharging=0, batMv=3913, batPct=72
DEBUG |??:??:?? 127 [Power] Battery: usbPower=0, isCharging=0, batMv=3931, batPct=74
DEBUG |??:??:?? 131 [PowerFSM] Timed transition: Dark to Dark
DEBUG |??:??:?? 131 [PowerFSM] darkEnter()
DEBUG |??:??:?? 147 [Power] Battery: usbPower=0, isCharging=0, batMv=3917, batPct=72
DEBUG |??:??:?? 161 [PowerFSM] Timed transition: Dark to Dark
DEBUG |??:??:?? 161 [PowerFSM] darkEnter()
DEBUG |??:??:?? 167 [Power] Battery: usbPower=0, isCharging=0, batMv=3885, batPct=69
The text was updated successfully, but these errors were encountered:
Category
Other
Hardware
Heltec Wireless PaperAll ESP32(?)Firmware Version
2.3.4.fd704728
Description
Unable to enter light-sleep.
Added some additional debug output, which seems to show that device is kept awake by timed state transition at PowerFSM.cpp L351-L353
As a test, disabling these lines did allow the device to enter stateLS as expected.
Not sure what the intended purpose of the transition is; catch-all for any missed state changes maybe?
Didn't notice any immediate consequences of disabling the dark-to-dark transition. Will do some more testing later so try and identify where, if anywhere, it has an effect.
Light sleep duration was set at 35 seconds during the testing.
Relevant log output
The text was updated successfully, but these errors were encountered: