Update App version to 0.1.2

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
luckfox-eng29
2026-03-16 21:49:37 +08:00
parent 9a4e604c61
commit 6f426e8999
32 changed files with 4045 additions and 217 deletions

View File

@@ -35,6 +35,7 @@ func Main() {
Interface("app_version", appVersionLocal).
Msg("starting KVM")
go watchAdcKeysLongPressReset(appCtx)
go runWatchdog()
go confirmCurrentSystem() //A/B system
if isNewEnoughSystem {
@@ -57,6 +58,10 @@ func Main() {
os.Exit(1)
}
if err := ApplyFirewallConfig(config.Firewall); err != nil {
logger.Warn().Err(err).Msg("failed to apply firewall config")
}
// Initialize time sync
initTimeSync()
timeSync.Start()