Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By schufti
#50192 ok,
at least I managed to produce a set of libs with the read_vcc fixed (sdk 1.5.3.1).
You do not have the required permissions to view the files attached to this post.
User avatar
By schufti
#50235
Optimisation:
1. Resolved the issue that API system_adc_read may return wrong value. (Resolved in 1.5.3.1)

2. Resolved the issue that the current in light sleep mode is too high. (Resolved in 1.5.3.1)

3. Optimised igmp to resolve the issue that ESP8266 maybe reset if connected to a special router. (Resolved in 1.5.3.1)

4. Resolved an issue that RF_Init_data sector may be broken in stress test. Provided a function â?œuser_rf_cal_sector_setâ?? which has to be added in application by software developer. More details about user_rf_cal_sector_set refer to documentation â?œ2C-ESP8266__SDK__API Guideâ??.(Resolved in ESP8266_NONOS_SDK_V1.5.3.2)

5. Fix a potential risk that will cause rf not work after external reset.(Resolved in ESP8266_NONOS_SDK_V1.5.3.3)

6. Modify 112 byte of esp_init_data_default.bin, 0x03->0x00, turn off auto freq correction.



so 1.5.3.3 would be even more interesting...