You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add efuse mac crc, save efuse mac into the system parameter area of flash, as a backup mac;
Implement uart_div_modify, which can support a 32-bit DivLatchValue in the SDK instead of the ROM one, and also remove uart_div_modify from the ld file;
Reduce iRAM usage by transferring some functions to flash;
add weak function void user_spi_flash_dio_to_qio_pre_init(void). If the dio to qio flash mode is not used, users can add an empty user_spi_flash_dio_to_qio_pre_init on the application side to reduce iRAM usage;
Fix WDT in system_restart;
Fix Write & Read issue in SPI overlap mode;
Support 8MB & 16MB spi flash;
Update boot v1.7;
Support 8MB & 16MB spi flash;
Try boot the first bin for 3 times. If it fails, then boot the backup bin;
Fix http packet error, BBP301;
Support long periods of deep sleep;
Fix NMI handle crash on unaligned memory access, BBP309;
Lwip
Add set and get dns server APIs:
espconn_dns_setserver
espconn_dns_getserver
Fix 2038 overflow bug in sntp_get_current_timestamp;
Fix MTU negotiate bug;
AT
Add new commands, AT+UART? and AT+UART_DEF?;
Add new command, AT+SYSRAM?;
Add new commands, AT+SYSIO series;
Add new command, AT+CWHOSTNAME;
Add new command, AT+SYSADC?;
Add new commands, AT+CIPSNTPCFG and AT+CIPSNTPTIME;
Add new commands, AT+CIPDNS_CUR and AT+CIPDNS_DEF;
Support a maximum of 8 stations;
Modify keepalive count to 3 times;
Fix scan hidden ssid issue in AT+CWLAP;
Fix the issue of the UART stop bit being 0 when queried for the first time;
Fix MAC addr conflict in AP+STA mode;
Add new commands, AT+RFAUTOTRACE;
WiFi
Optimize the RF frequency calibration workflow, having the frequency trace disabled by default;
users can call system_phy_freq_trace_enable in user_rf_pre_init to enable it;
Update libphy.a to version 1134_0;
Allow sending a broadcast ESP-NOW packet, but make sure that the packet is unencrypted;