esp32、c2、c3、s3增加蓝牙模拟键盘、鼠标

This commit is contained in:
Irene-Maxine
2024-09-30 16:52:08 +08:00
parent b24690576c
commit b4498b4827
9 changed files with 551 additions and 4 deletions

View File

@@ -3741,4 +3741,11 @@ En.MIXLY_DRAW_POINTER_DU = "(°)";
En.MIXLY_TEMPERATURE_UNIT_ = "(℃)";
En.MIXLY_PRESSURE_UNIT = "(hpa)";
En.MIXLY_PARAMETER_FREE = "all of the informationdictionary type";
En.MIXLY_KEYBOARD = "keyboard";
En.MIXLY_IS_CONNECT = "whether be connected";
En.MIXLY_SEND_KEYBOARD = "send keyboard";
En.MIXLY_BATTERY ="battery level";
En.MIXLY_RANGE_OF_BATTERY = "the range of battery level is 0~100%";
En.MIXLY_MOUSE = "mouse";
En.MIXLY_SEND = "send";
})();