sysclk: fix crashing on boot and raise minimum refresh rate on aula

This commit is contained in:
souldbminersmwc
2026-02-14 20:23:22 -05:00
parent d57fccc463
commit 03ede8f171
5 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ include ${TOPDIR}/lib/libultrahand/ultrahand.mk
# version control constants
#---------------------------------------------------------------------------------
#TARGET_VERSION := $(shell git describe --dirty --always --tags)
APP_VERSION := 0.38
APP_VERSION := 0.39
TARGET_VERSION := $(APP_VERSION)
#---------------------------------------------------------------------------------