debug: log FFE4 frame length and type on receive

这个提交包含在:
Guoguo
2026-06-24 02:31:23 -07:00
父节点 4c674e5c23
当前提交 c6d958d2ea
+1
查看文件
@@ -84,6 +84,7 @@ function handleNotification(frame) {
function handleValueChange(res) {
if (protocol.PROTOCOL_MODE === 'vendor_33') {
var parsed = protocol.parseVendorStatus(res.value)
console.log('[BLE] FFE4 收到', protocol.bufferToBytes(res.value).length + '字节', parsed.type, '| raw:', parsed.raw_hex)
emit('vendor_raw', parsed)
if (parsed.type === 'heartbeat') {