dropLin 2 veckor sedan
förälder
incheckning
c6d4749af8
2 ändrade filer med 9 tillägg och 0 borttagningar
  1. BIN
      atConfigTool.exe
  2. 9 0
      menu_VG7439.json

BIN
atConfigTool.exe


+ 9 - 0
menu_VG7439.json

@@ -108,6 +108,15 @@
                 "params": [{"type": "text", "value": "", "tip": "固定长度12字符, 000000000000,恢复默认MAC地址", "label": "参数"}],
                 "response_pattern": "OK"
             },
+            {
+                "title": "功耗控制类型",
+                "command": "AT+PCT",
+                "mode": ["write", "read"],
+                "params": [
+                    {"type": "combo","comboValueType": "index", "defIndex": 0, "startIndex": 0, "label": "类型", "tip": "低功耗模式,可通过命令控制蓝牙广播", "values": ["串口AT", "IO控制"]}
+                ],
+                "response_pattern": "+PWCTRL:s*(d)"
+            },
             {
                 "title": "功耗控制",
                 "command": "AT+LPM",