Update App version to 0.0.3

This commit is contained in:
luckfox-eng29
2025-09-25 16:51:53 +08:00
parent 15d276652c
commit 4e82b8a11c
59 changed files with 2841 additions and 794 deletions

4
usb.go
View File

@@ -50,6 +50,10 @@ func initUsbGadget() {
}
func initSystemInfo() {
if !config.AutoMountSystemInfo {
return
}
go func() {
for {
if !networkState.HasIPAssigned() {