This commit is contained in:
Irene-Maxine
2025-09-22 14:11:03 +08:00
parent f9b7f4a13e
commit 3c7ce8abd3
11 changed files with 67 additions and 2 deletions

View File

@@ -2140,6 +2140,7 @@ En.MIXLY_ESP32_SERVO_SPEED_TOOLIPS = 'Set the rotation speed of the servo(-100~1
En.MIXLY_ESP32_LED_SETONOFF = "Set the status of the embedded LED light";
En.MIXLY_ESP32_LED_GETONOFF = "Get the current status of the embedded LED light";
En.MIXLY_ESP32_LED_SETBRIGHT = "Set the current brightness of the embedded LED light (0 ~ 1023)";
En.ZhHans.MIXLY_ESP32_LED_GETBRIGHT = "Get the current brightness of the embedded LED light (0 ~ 1023)";
En.MIXLY_ESP32_MUSIC_PLAYSHOW = "Play the note list and display the corresponding note";
En.MIXLY_ESP32_MUSIC_SET_TEMPO = "Set the resolution and speed of playing music";
En.MIXLY_ESP32_MUSIC_GET_TEMPO = "Get the current rhythm of the music";

View File

@@ -2157,6 +2157,7 @@ ZhHans.MIXLY_ESP32_SERVO_SPEED_TOOLIPS = '设置舵机的旋转速度(-100~100%)
ZhHans.MIXLY_ESP32_LED_SETONOFF = "设置内嵌LED的状态";
ZhHans.MIXLY_ESP32_LED_GETONOFF = "获取内嵌LED当前的状态";
ZhHans.MIXLY_ESP32_LED_SETBRIGHT = "设置内嵌LED的当前亮度0~65535";
ZhHans.MIXLY_ESP32_LED_GETBRIGHT = "获取内嵌LED的当前亮度0~65535";
ZhHans.MIXLY_ESP32_EXTERN_LED_SETONOFF = "设置LED的状态";
ZhHans.MIXLY_ESP32_EXTERN_LED_GETONOFF = "获取LED当前的状态";
ZhHans.MIXLY_ESP32_EXTERN_LED_SETBRIGHT = "设置LED的当前亮度0~65535";

View File

@@ -2157,6 +2157,7 @@ ZhHant.MIXLY_ESP32_SERVO_SPEED_TOOLIPS = '設置舵機的旋轉速度(-100~100%)
ZhHant.MIXLY_ESP32_LED_SETONOFF = "設置內嵌LED的狀態";
ZhHant.MIXLY_ESP32_LED_GETONOFF = "獲取內嵌LED當前的狀態";
ZhHant.MIXLY_ESP32_LED_SETBRIGHT = "設置內嵌LED的當前亮度0~65535";
ZhHant.MIXLY_ESP32_LED_GETBRIGHT = "獲取內嵌LED的當前亮度0~65535";
ZhHant.MIXLY_ESP32_EXTERN_LED_SETONOFF = "設置LED的狀態";
ZhHant.MIXLY_ESP32_EXTERN_LED_GETONOFF = "獲取LED當前的狀態";
ZhHant.MIXLY_ESP32_EXTERN_LED_SETBRIGHT = "設置LED的當前亮度0~65535";