sysclk: add speedo information

This commit is contained in:
souldbminersmwc
2025-12-25 18:00:31 -05:00
parent 42864af8d8
commit 329feea148
5 changed files with 129 additions and 3 deletions

View File

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