From c5afce59d5b6bbdaa80df9284a02da81e8669a64 Mon Sep 17 00:00:00 2001 From: Guoguo Date: Wed, 24 Jun 2026 18:55:27 -0700 Subject: [PATCH] fix: restore fitting check control to 0x01 (scan/detect mode) --- miniprogram/pages/wear-check/wear-check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniprogram/pages/wear-check/wear-check.js b/miniprogram/pages/wear-check/wear-check.js index 5fd7173..d74bf50 100644 --- a/miniprogram/pages/wear-check/wear-check.js +++ b/miniprogram/pages/wear-check/wear-check.js @@ -73,7 +73,7 @@ Page({ wavelength: 2, brightness: 26, hold_time: 0, - control: 0x00 + control: 0x01 }).then(function () { console.log('[WEAR] 微弱光贴合检测指令已发送') }).catch(function () {})