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
Added official AT firmware from Espressif, directory "ESP8266_SDK\bin\at";
Updated compiler xtensa-lx106-gcc and xtensa-lx106-g++
Changed build option newlib, resulting in increased amount of free firmware IRAM.
In the example "examples\nodemcu-firmware" on the old compiler Free IRam was 810 Byte, the new compiler Free IRam was 2986 bytes (disabled LUA_USE_BUILTIN_MATH)
Update a utility "utils\esptool-ck.exe" to version 0.4.3;
Update a utility "utils\esptool.exe";
Updated library "libnet80211.a" and header file "user_interface.h" from Espressif SDK 1.0.1;