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
Doing development on RP2040 and the release configurations seem to hang when I use the sleep and wake_up routines on the display.
I have an async routine doing this via the embassy_rp library. So I'm not sure if the problem lies here or there I just know that it happens.
You can checkout the source code to see if I'm doing anything obviously wrong or as an example to see when it's happening.
Doing development on RP2040 and the release configurations seem to hang when I use the
sleep
andwake_up
routines on the display.I have an async routine doing this via the embassy_rp library. So I'm not sure if the problem lies here or there I just know that it happens.
You can checkout the source code to see if I'm doing anything obviously wrong or as an example to see when it's happening.
https://github.com/avlec/homestead-client/blob/fundamental/src/main.rs#L140
The text was updated successfully, but these errors were encountered: