Releases: telink-semi/telink_9118_wifi_sdk
Releases · telink-semi/telink_9118_wifi_sdk
Release list
Release V1.1.3.2
Enhancements:
- Added support for UART reception of arbitrary-length data;
- Added AT+APDHCP_AUTO for auto-starting DHCPS;
- Added Flash partition management without enabling the file system, allowing finer-grained storage area division and operations to support future data isolation and upgrades。
Bug Fixes:
- Fixed an issue where iperf throughput over SoftAP dropped to 0 during testing;
- Fixed an assertion failure during BLE provisioning when Wi-Fi disconnected and reconnected;
- Fixed TX Power patch issue where TX current could not be modified;
- Fixed MP3 compilation and decoding errors in the Audio demo;
- Fixed an occasional deadlock issue in the Audio demo that caused infinite waiting;
- Fixed missing DHCPS status check in the AT+CWSAP command;
- Fixed a command processing logic error in AT+CIPSTART;
- Fixed an occasional Bluetooth disconnection issue, improving connection stability and reliability.
Release V1.1.3.1
Enhancements:
- Add audio recorder demonstration demo;
- Add the stress testing code for the UART demonstration demo.
Bug Fixes:
- Fix the issue where files cannot continue to be swapped after power interruption and power restoration during the OTA SWAP process;
- Fix the issue of socket disconnection in the softap network configuration demonstration demo;
- Fix the issue of socket fd resources exhaustion in the softap network configuration demonstration demo;
- Fix the abnormality causing system freeze due to TX timeout.
Release V1.1.3.0
Enhancements:
- Added a demonstration demo for publishing and subscribing messages using MQTT/MQTTS protocols;
- Added demonstration demo for adding HTTP GET/POST data;
- Added the uart_pm demo for customers to refer to on how to use the UART + PM hybrid scenario.
Bug Fixes:
- Fixed the issue where the subnet mask and routing end settings do not match;
- Fixed the issue where the sta takes a long time to obtain the IP address or fails to do so;
- Fixed the issue where the device couldn't enter sleep mode when there was no Wifi connection.