4 Commits

Author SHA1 Message Date
5e1b8a0b10 feat(ota): Add command to generate OTA bin and add ota example for 1MB flash
"$(PROJECT_NAME).app1.bin", "$(PROJECT_NAME).app2.bin" and "$(PROJECT_NAME).ota.bin" at "build" directory.

Only upload "$(PROJECT_NAME).ota.bin" to the server.

Select the target flash and input "make ota flash" or "make ota flash monitor".

Update the OTA README.md for 1 MB flash.
2018-10-18 19:40:22 +08:00
462e9d4f81 feat(esp8266): Add phy init data in code
Not support to config phy_init_data now, and need real code to use this data.
2018-06-15 19:37:58 +08:00
bb7e4f451e feat(partition_table): Modify partition table script for ESP8266 2018-06-15 10:38:59 +08:00
3e11873423 feat(partition_table): Add partition table base file from esp-idf
Commit ID: c2b39f4a
2018-06-15 09:53:43 +08:00