Skip to content

Commit a406932

Browse files
committed
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 address,it 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 upgrade,please also call "AT+RESTORE" to factory reset once. “AT_bin_v0.25_1024+KB_flash_can_upgrade.zip” - normal AT bin,runs with boot.bin,can FOTA upgrade,need 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 upgrade,please don‘t call “AT+CIPUPDATE” "SDK_v1.1.2_AT_patch_01.zip" - libs for users who need to compile their own AT firmware,replace libs in \esp_iot_sdk_v1.1.2\lib So sorry for the inconvenience.
1 parent 2d340c7 commit a406932

File tree

5 files changed

+30
-1
lines changed

5 files changed

+30
-1
lines changed

hardware/esp8266com/esp8266/tools/sdk/changelog.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
esp_iot_sdk_1.1.2_15_06_25_p2 Release Note
2+
-------------------------------------------
3+
4+
Here is a patch based on SDK_v1.1.2 solved problem of abnormal current during modem-sleep.
5+
Please replace the lib in \esp_iot_sdk_v1.1.2\lib
6+
7+
Sorry for the inconvenience.
8+
9+
esp_iot_sdk_v1.1.2_15_06_24_p1.1 Release Note
10+
-------------------------------------------
11+
12+
Here is a patch for AT firmware based on SDK_v1.1.2 resolved issue that AT user parameter area was located in wrong address,it may cause WiFi configuration goes wrong.
13+
14+
Please update to this new AT bin files and call "AT+RESTORE" to factory reset. If you call “AT+CIPUPDATE” to upgrade,please also call "AT+RESTORE" to factory reset once.
15+
16+
“AT_bin_v0.25_1024+KB_flash_can_upgrade.zip”
17+
- normal AT bin,runs with boot.bin,can FOTA upgrade,need to use 1024KB flash
18+
19+
“AT_bin_v0.25_for_512KB_flash_cannot_upgrade.zip”
20+
- for old version module which flash size is 512KB
21+
eagle.flash.bin downloads to flash 0x00000
22+
eagle.irom0text.bin downloads to flash 0x40000
23+
can not FOTA upgrade,please don‘t call “AT+CIPUPDATE”
24+
25+
"SDK_v1.1.2_AT_patch_01.zip"
26+
- libs for users who need to compile their own AT firmware,replace libs in \esp_iot_sdk_v1.1.2\lib
27+
28+
So sorry for the inconvenience.
29+
130
esp_iot_sdk_v1.1.2_15_06_16_p1 Release Note
231
-------------------------------------------
332
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2_15_06_16_p1
1+
1.1.2_15_06_25_p2

0 commit comments

Comments
 (0)