fix: fitting check uses control=IDLE to avoid triggering scan sequence

这个提交包含在:
Guoguo
2026-06-24 18:49:17 -07:00
父节点 bf83adcd28
当前提交 5cd3dc1e5d
+1 -1
查看文件
@@ -73,7 +73,7 @@ Page({
wavelength: 2, wavelength: 2,
brightness: 26, brightness: 26,
hold_time: 0, hold_time: 0,
control: 0x01 control: 0x00
}).then(function () { }).then(function () {
console.log('[WEAR] 微弱光贴合检测指令已发送') console.log('[WEAR] 微弱光贴合检测指令已发送')
}).catch(function () {}) }).catch(function () {})