feat(comparator): 改进比较器检测逻辑并添加测试工具

添加更可靠的比较器检测方法,包括检查getOutputSignal方法和尝试替代名称
新增test_comparator.lua工具用于测试比较器连接,包含信号监控功能
添加详细的故障排除步骤和用户指导信息
This commit is contained in:
2025-09-05 22:16:17 +08:00
parent 9ed253be4a
commit ece13d7bd4
3 changed files with 158 additions and 42 deletions

View File

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