- Added sticky menu
- Optimized terminate routine for nil check
- Added test case for statistic module
This commit is contained in:
Toby Chui
2024-12-08 12:54:50 +08:00
parent cc08c704de
commit 8ff51044bb
7 changed files with 332 additions and 27 deletions

View File

@ -43,7 +43,7 @@ const (
/* Build Constants */
SYSTEM_NAME = "Zoraxy"
SYSTEM_VERSION = "3.1.5"
DEVELOPMENT_BUILD = false /* Development: Set to false to use embedded web fs */
DEVELOPMENT_BUILD = true /* Development: Set to false to use embedded web fs */
/* System Constants */
DATABASE_PATH = "sys.db"