Releases: LennartHennigs/DIYStreamDeck
Releases · LennartHennigs/DIYStreamDeck
Release list
v1.2.2
What's New
- Startup app detection — the keypad now loads the correct layout immediately on watchdog start, without needing a manual app switch
- Clean shutdown — pressing Ctrl-C now clears the keypad LEDs (fixed serial lock deadlock + race condition between BYE and port close)
Details
- Watchdog queries
frontmostApplication()right after sendingHELLOand sends the active app name to the Pico - Fixed shutdown sequence: heartbeat thread is joined before
send_bye(), followed byflush()and a grace period beforeser.close() - 241 tests passing