fix: restore fitting check control to 0x01 (scan/detect mode)

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