1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Merge pull request #473 from Links2004/esp8266

SDK patches
This commit is contained in:
Ivan Grokhotkov 2015-06-29 18:01:00 +03:00
commit 96b95c12d6
5 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,32 @@
esp_iot_sdk_1.1.2_15_06_25_p2 Release Note
-------------------------------------------
Here is a patch based on SDK_v1.1.2 solved problem of abnormal current during modem-sleep.
Please replace the lib in \esp_iot_sdk_v1.1.2\lib
Sorry for the inconvenience.
esp_iot_sdk_v1.1.2_15_06_24_p1.1 Release Note
-------------------------------------------
Here is a patch for AT firmware based on SDK_v1.1.2 resolved issue that AT user parameter area was located in wrong addressit may cause WiFi configuration goes wrong.
Please update to this new AT bin files and call "AT+RESTORE" to factory reset. If you call “AT+CIPUPDATE” to upgradeplease also call "AT+RESTORE" to factory reset once.
“AT_bin_v0.25_1024+KB_flash_can_upgrade.zip”
- normal AT binruns with boot.bincan FOTA upgradeneed to use 1024KB flash
“AT_bin_v0.25_for_512KB_flash_cannot_upgrade.zip”
- for old version module which flash size is 512KB
eagle.flash.bin downloads to flash 0x00000
eagle.irom0text.bin downloads to flash 0x40000
can not FOTA upgradeplease dont call “AT+CIPUPDATE”
"SDK_v1.1.2_AT_patch_01.zip"
- libs for users who need to compile their own AT firmwarereplace libs in \esp_iot_sdk_v1.1.2\lib
So sorry for the inconvenience.
esp_iot_sdk_v1.1.2_15_06_16_p1 Release Note esp_iot_sdk_v1.1.2_15_06_16_p1 Release Note
------------------------------------------- -------------------------------------------
Here is a patch based on SDK_v1.1.2 resolved issue that "wifi_station_scan" cause loss of wireless connectivity. Here is a patch based on SDK_v1.1.2 resolved issue that "wifi_station_scan" cause loss of wireless connectivity.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
1.1.2_15_06_16_p1 1.1.2_15_06_25_p2