ESP8266_RTOS_SDK v3.0
ESP8266_RTOS_SDK Release v3.0
This is the list of changes since pre-release v3.0-rc1.
Major Changes:
1. Compiling framework and cross-toolchain
- Remove unused libraries and header file, i.e., libairkiss.a, libespnow.a and libpwm.a.
2. Wi-Fi
- Optimize smartconfig and speed up configurating Wi-Fi network.
- Fix an issue that AP parameters are saved incorrectly.
- Fix beacon timeout in some cases.
- Fix "panic" function reenter issue.
- Fix WPA free data error when lack of memory.
3. Driver
- Fix the bug of GPIO interrupt.
4. LWIP
- Optimize UDP sending process and speed up UDP throughput.
5. newlib
- Add configuration for console UART, including target UART number, baudrate, swap I/O pins.