mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 13:40:37 +08:00
docs(ota): add note how to load old SDK's target AP information
This commit is contained in:
@ -101,6 +101,13 @@ Configurate the flash size:
|
||||
(X) 1 MB
|
||||
```
|
||||
|
||||
If you want to connect to the original AP of old SDK, then configurate as following:
|
||||
|
||||
```
|
||||
Example Configuration --->
|
||||
[*] Connect to the original AP
|
||||
```
|
||||
|
||||
Save your changes, and type `make ota` to build the example to generate the real OTA binary firmware.
|
||||
|
||||
The name of final generated binary firmware is `ota.v2_to_v3.ota.bin` and the binary firmware locates at directory of `build`.
|
||||
|
@ -93,6 +93,13 @@ If you old SDK storing RF parameters is customized and want the new firmware to
|
||||
[*] Load old RF Parameters
|
||||
```
|
||||
|
||||
If you want to connect to the original AP of old SDK, then configurate as following:
|
||||
|
||||
```
|
||||
Example Configuration --->
|
||||
[*] Connect to the original AP
|
||||
```
|
||||
|
||||
Save your changes, and type `make ota` to build the example to generate the real OTA binary firmware.
|
||||
|
||||
The name of final generated binary firmware is `ota.v2_to_v3.ota.bin` and the binary firmware locates at directory of `build`.
|
||||
|
Reference in New Issue
Block a user