Matthias Blankertz matthias
  • Joined on 2021-05-01
matthias created branch block-requests-during-playback in TonBERRY/tonberry-pico 2025-12-03 19:37:57 +00:00
matthias pushed to main at TonBERRY/tonberry-pico 2025-12-03 19:20:27 +00:00
82ed3a3c2e Merge pull request '27-configuration-storage' (#53) from 27-configuration-storage into main
a7e58853bb feat: Add api/v1/config to get, put config
2e1bc7782b fix: Ensure each timer can only be scheduled once
fa0e23ee87 feat: Add play/pause and prev track function
856bf34161 feat: Make button mapping configurable
Compare 8 commits »
matthias deleted branch 27-configuration-storage from TonBERRY/tonberry-pico 2025-12-03 19:20:27 +00:00
matthias merged pull request TonBERRY/tonberry-pico#53 2025-12-03 19:20:27 +00:00
27-configuration-storage
matthias pushed to 27-configuration-storage at TonBERRY/tonberry-pico 2025-12-03 19:13:02 +00:00
a7e58853bb feat: Add api/v1/config to get, put config
matthias created pull request TonBERRY/tonberry-pico#53 2025-12-01 19:26:55 +00:00
27-configuration-storage
matthias pushed to 27-configuration-storage at TonBERRY/tonberry-pico 2025-12-01 19:25:56 +00:00
2e1bc7782b fix: Ensure each timer can only be scheduled once
fa0e23ee87 feat: Add play/pause and prev track function
856bf34161 feat: Make button mapping configurable
83deb1b4c2 feat: Replace hardcoded timeouts in app with configurable
2225906664 feat: Move LED_COUNT from hwconfig to config.json
Compare 7 commits »
matthias deleted branch freeze-python-code from TonBERRY/tonberry-pico 2025-12-01 19:25:11 +00:00
matthias pushed to main at TonBERRY/tonberry-pico 2025-12-01 19:25:09 +00:00
79a970e70a Merge pull request 'freeze-python-code' (#52) from freeze-python-code into main
19afb2f936 ci: Fix build.yaml for changed output dir
3c23fc1446 feat: freeze all python code, restructure build
111ae65ebc cleanup: Remove unused python files from src
Compare 4 commits »
matthias merged pull request TonBERRY/tonberry-pico#52 2025-12-01 19:25:07 +00:00
freeze-python-code
matthias pushed to 27-configuration-storage at TonBERRY/tonberry-pico 2025-11-30 13:38:32 +00:00
03aa3d6a19 fix: Ensure each timer can only be scheduled once
2907b9d5df feat: Add play/pause and prev track function
Compare 2 commits »
matthias pushed to 27-configuration-storage at TonBERRY/tonberry-pico 2025-11-30 12:33:39 +00:00
982c1ee7b5 feat: Make button mapping configurable
matthias pushed to 27-configuration-storage at TonBERRY/tonberry-pico 2025-11-28 18:44:23 +00:00
e0a7082f79 feat: Replace hardcoded timeouts in app with configurable
5bb6a89e8c feat: Move LED_COUNT from hwconfig to config.json
c931c8fe8e feat: config store
19afb2f936 ci: Fix build.yaml for changed output dir
3c23fc1446 feat: freeze all python code, restructure build
Compare 17 commits »
matthias pushed to freeze-python-code at TonBERRY/tonberry-pico 2025-11-28 17:20:14 +00:00
19afb2f936 ci: Fix build.yaml for changed output dir
3c23fc1446 feat: freeze all python code, restructure build
Compare 2 commits »
matthias deleted branch mbl-dev from TonBERRY/tonberry-pico 2025-11-28 17:00:06 +00:00
matthias pushed to freeze-python-code at TonBERRY/tonberry-pico 2025-11-28 16:59:22 +00:00
44434683e5 ci: Fix build.yaml for changed output dir
24fa935d6a feat: freeze all python code, restructure build
111ae65ebc cleanup: Remove unused python files from src
1356ea06ab Merge pull request 'feat: new micropython unix variant with support for microdot' (#51) from feat/micropython_on_unix into main
e07ee46518 style: Fix flake8 complaints
Compare 14 commits »
matthias deleted branch feat/micropython_on_unix from TonBERRY/tonberry-pico 2025-11-28 16:59:06 +00:00
matthias pushed to main at TonBERRY/tonberry-pico 2025-11-28 16:59:02 +00:00
1356ea06ab Merge pull request 'feat: new micropython unix variant with support for microdot' (#51) from feat/micropython_on_unix into main
e07ee46518 style: Fix flake8 complaints
cd5515ddad feat: new micropython variant with support for microdot
99ad8582f0 Defined the two endpoints we need for webapi version 1
ae875950cd Enabled --update flag for differential flashing
Compare 11 commits »
matthias merged pull request TonBERRY/tonberry-pico#51 2025-11-28 16:59:00 +00:00
feat: new micropython unix variant with support for microdot