docs(ota): add note how to load old SDK's target AP information

This commit is contained in:
dongheng
2019-07-15 14:32:56 +08:00
parent 78cf0dda69
commit c71358cd20
3 changed files with 33 additions and 1 deletions

View File

@ -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`.

View File

@ -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`.