chore: migrate project into clean repository

This commit is contained in:
yuuux
2026-08-13 16:50:52 +08:00
commit d1d25a09e7
27405 changed files with 9422808 additions and 0 deletions

17
apps-ui/Kconfig Normal file
View File

@@ -0,0 +1,17 @@
menu "Application UI"
config APPLICATION_UI
bool "application ui"
default n
if APPLICATION_UI
config ALARM_RING_AUTO_RETURN_MS
int "Alarm ring UI auto return timeout (ms)"
default 60000
help
Time before alarm ring page automatically returns to Home.
endif
endmenu