fix(comparator): 改进比较器检测逻辑并增强测试程序

优化比较器检测逻辑,通过多种方式尝试查找比较器设备
增强测试程序功能,提供更详细的检测结果和状态信息
This commit is contained in:
2025-09-05 22:06:41 +08:00
parent 4474238da1
commit 9ed253be4a
3 changed files with 75 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "0.3.8 Beta 20"
local INSTALLER_VERSION = "0.3.8 Beta 21"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")