-
When the application goes to sleep or goes to the background while taking photos, the camera freezes and the only solution is to restart the application. It should be possible to resume capture immedi…
-
Currently testing the new low-power feature for the STM32U5(45RETxQ) (#3496).
When going directly to sleep (without a time set), the device wakes-up after ~30s of sleep (probably due to Overflow IR…
-
Just got my first Garmin and was pleasantly surprised to find this integration! Just got it setup, but was curious if sleep stages come through or if I need to do something specific to see them? I tho…
-
I have two external displays. Now the system does not turn on any of the displays after turning them off due to idle.
I see this in the logs that made me think it may be vrr related:
```
[ 65.4…
-
It should be easy to configure the script to sleep instead of shutdown.
For Windows, `rundll32.exe powrprof.dll,SetSuspendState Sleep` may need to be used (even though it's not usually recommended)…
-
### Is your feature request related to a problem?
Sleep isnt currently supported in a closure
`(|| -> any {SLEEP 1s; RETURN 5})()`
### Describe the solution
Add `SLEEP` to closures
- htt…
-
When triggering, PsyTriggerInterval sleeps in periods of 1ms, to avoid busy waiting for a long time. Once it needs to wait for less then 1ms, it starts busylooping, until its time to trigger. It uses …
-
```
goroutine 4465 [sleep]:
time.Sleep(0x14101bc0)
/usr/lib/go/src/runtime/time.go:315 +0xf7
github.com/sigcn/pg/disco/udp.(*UDPConn).RunDiscoMessageSendLoop.func1(0xc000094488, 0xc0029533…
-
If you are using the Xiao ESP32S3 Sense with OV2640 camera you may be experiencing short battery life when in deep sleep mode. It seems the OV2640 does not go to sleep with the CPU and continues to c…
-
CircuitPython currently supports two sleep modes: Light sleep and deep sleep. Given the specification of the two existing sleep modes, and the capabilities of many microcontrollers supported by CP, I …