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";