Fix bug and update external app sdk versions (#324)

- Fix bug in Development app: when launching/stopping external app due to LVGL being stopped and a timer still being active (sometimes, as it's a race condition)
- Added TODO to fix the same bug in other apps
- Update external app SDKs to `0.5.0-SNAPSHOT`
This commit is contained in:
Ken Van Hoeylandt
2025-09-07 11:44:18 +02:00
committed by GitHub
parent 35a918c82b
commit f26266ba76
5 changed files with 8 additions and 5 deletions
@@ -1,2 +1,2 @@
[sdk]
version = 0.4.0
version = 0.5.0-SNAPSHOT