mixgo mini 增加 4个网络块、增加三个显示图像

This commit is contained in:
Irene-Maxine
2024-08-30 20:48:53 +08:00
parent d217529c26
commit ba668049e8
8 changed files with 134 additions and 2 deletions

View File

@@ -3630,4 +3630,10 @@ En.MIXLY_DUTY_RATIO = "value,frequency";
En.MIXLY_OP_GARBAGE_COLLECT = "operate garbage collection";
En.MIXLY_GET_MEM_ALLOC = "get the allocated memory(Bytes)";
En.MIXLY_GET_MEM_FREE = "get the free memory (Bytes)";
En.MIXLY_ESP32_UREQUESTS_CONNECT_WIFI = "connect to wifi network";
En.MIXLY_UREQUESTS_URL_TOOLTIP = "the url used to initiate a network request";
En.MIXLY_ESP32_CONNECT_URL_TOOLTIP = "initiate a network request";
En.MIXLY_ESP32_UREQUESTS_URL_TOOLTIP = "initiate a network request through the API URL";
En.MIXLY_ESP32_URL_REPONSE = "API return data";
En.MIXLY_ESP32_URL_REPONSE_TOOLTIP = "get the data returned by the API";
})();