updated custom_timer; added kv for timer_screen.py, play sound for timer, json reading

This commit is contained in:
Arduinum628
2025-03-27 11:32:54 +03:00
parent dffb4f730b
commit 4e4a6530c2
11 changed files with 171 additions and 112 deletions

5
json/timer.json Normal file
View File

@@ -0,0 +1,5 @@
{
"sound_timer": "alarm-beep.mp3",
"zero_time": "00:00:00",
"custom_time": "00:00:12"
}