问题修改

1️⃣字节转16进制字符2️⃣蓝牙3类调整位置3️⃣心知天气参数  默认天
This commit is contained in:
Irene-Maxine
2024-10-07 23:48:01 +08:00
parent 049c16dc50
commit c1f0f6b50b
10 changed files with 215 additions and 166 deletions

View File

@@ -156,7 +156,9 @@ En.MSG = {
catAudio: "Audio",
catNeopixel: "RGB light",
catOneWire: "OneWire Communicate",
catBLE: "Bluetooth",
catBLE: "Bluetooth transmission",
catBLEC:"Bluetooth remote control",
catBLEKM:"Bluetooth keyboard and mouse",
catBLE_HID: "Peripheral Device (Slave)",
catBLE_UART: "Central Device (Host)",
catBLE_PERIPHERAL: "Serial port transparent transmission",
@@ -3749,4 +3751,6 @@ En.MIXLY_RANGE_OF_BATTERY = "the range of battery level is 0~100%";
En.MIXLY_MOUSE = "mouse";
En.MIXLY_SEND = "send";
En.MIXLY_VARIABLE_UNPACK = "Unpack";
En.MIXLY_TO_HEX = "Convert hexadecimal characters";
En.MIXLY_PYTHON_TOOLTIP_TOHEX = "Converts a value to a hexadecimal character";
})();