* Enhance memory management in asset download and OTA processes by replacing static buffer allocations with dynamic memory allocation using heap capabilities. Update SPIRAM configuration values for improved memory usage. Add logging for error handling in buffer allocation failures. Introduce a new parameter in CloseAudioChannel to control goodbye message sending in MQTT and WebSocket protocols. * Update component versions in idf_component.yml and refactor GIF decoder functions for improved performance. Bump versions for audio effects, audio codec, LED strip, and other dependencies. Change GIF read and seek functions to inline for optimization. * Update language files to include new phrases for flight mode and connection status across multiple locales. Added translations for "FLIGHT_MODE_ON", "FLIGHT_MODE_OFF", "CONNECTION_SUCCESSFUL", and "MODEM_INIT_ERROR" in various languages, enhancing user experience and localization support. * fix wechat display
59 lines
2.5 KiB
JSON
59 lines
2.5 KiB
JSON
{
|
|
"language": {
|
|
"type": "en-US"
|
|
},
|
|
"strings": {
|
|
"WARNING": "Warning",
|
|
"INFO": "Information",
|
|
"ERROR": "Error",
|
|
"VERSION": "Ver ",
|
|
"LOADING_PROTOCOL": "Logging in...",
|
|
"INITIALIZING": "Initializing...",
|
|
"PIN_ERROR": "Please insert SIM card",
|
|
"REG_ERROR": "Unable to access network, please check SIM card status",
|
|
"MODEM_INIT_ERROR": "Modem initialization failed",
|
|
"DETECTING_MODULE": "Detecting module...",
|
|
"FLIGHT_MODE_ON": "Flight mode is on",
|
|
"FLIGHT_MODE_OFF": "Flight mode is off",
|
|
"REGISTERING_NETWORK": "Waiting for network...",
|
|
"CHECKING_NEW_VERSION": "Checking for new version...",
|
|
"CHECK_NEW_VERSION_FAILED": "Check for new version failed, will retry in %d seconds: %s",
|
|
"SWITCH_TO_WIFI_NETWORK": "Switching to Wi-Fi...",
|
|
"SWITCH_TO_4G_NETWORK": "Switching to 4G...",
|
|
"STANDBY": "Standby",
|
|
"CONNECT_TO": "Connect to ",
|
|
"CONNECTING": "Connecting...",
|
|
"CONNECTION_SUCCESSFUL": "Connection Successful",
|
|
"CONNECTED_TO": "Connected to ",
|
|
"LISTENING": "Listening...",
|
|
"SPEAKING": "Speaking...",
|
|
"SERVER_NOT_FOUND": "Looking for available service",
|
|
"SERVER_NOT_CONNECTED": "Unable to connect to service, please try again later",
|
|
"SERVER_TIMEOUT": "Waiting for response timeout",
|
|
"SERVER_ERROR": "Sending failed, please check the network",
|
|
"CONNECT_TO_HOTSPOT": "Hotspot: ",
|
|
"ACCESS_VIA_BROWSER": " Config URL: ",
|
|
"WIFI_CONFIG_MODE": "Wi-Fi Configuration Mode",
|
|
"ENTERING_WIFI_CONFIG_MODE": "Entering Wi-Fi configuration mode...",
|
|
"SCANNING_WIFI": "Scanning Wi-Fi...",
|
|
"NEW_VERSION": "New version ",
|
|
"OTA_UPGRADE": "OTA Upgrade",
|
|
"UPGRADING": "System is upgrading...",
|
|
"UPGRADE_FAILED": "Upgrade failed",
|
|
"ACTIVATION": "Activation",
|
|
"BATTERY_LOW": "Low battery",
|
|
"BATTERY_CHARGING": "Charging",
|
|
"BATTERY_FULL": "Battery full",
|
|
"BATTERY_NEED_CHARGE": "Low battery, please charge",
|
|
"VOLUME": "Volume ",
|
|
"MUTED": "Muted",
|
|
"MAX_VOLUME": "Max volume",
|
|
"RTC_MODE_OFF": "AEC Off",
|
|
"RTC_MODE_ON": "AEC On",
|
|
"PLEASE_WAIT": "Please wait...",
|
|
"FOUND_NEW_ASSETS": "Found new assets: %s",
|
|
"DOWNLOAD_ASSETS_FAILED": "Failed to download assets",
|
|
"LOADING_ASSETS": "Loading assets...",
|
|
"HELLO_MY_FRIEND": "Hello, my friend!"
|
|
}
|
|
} |