File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ While in factory / OTA mode, the LED flashes dows a PWM sine cycle at about 1Hz.
6767
68681 ) This was built and tested against esp-idf at 4b91c82cc447640e5b61407e810f1d6f3eabd233
6969from Jun 20, 2018. You can force esp-idf to that commit by cloning / pulling / fetching
70- the latest esp-idf and then doing ` git reset --4b91c82cc447640e5b61407e810f1d6f3eabd233 `
70+ the latest esp-idf and then doing ` git reset --hard 4b91c82cc447640e5b61407e810f1d6f3eabd233 `
7171in the esp-idf directory.
7272
7373Esp-idf is in constant flux you may be able to use the latest without problems but if not,
@@ -169,7 +169,7 @@ https://github.com/warmcat/lws-esp32-test-server-demos
169169These are built and loaded slightly differently, ie
170170
171171```
172- $ make flash_ota monitor
172+ $ make lws_flash_ota monitor
173173```
174174
175175This is because they target the 2.9MB OTA flash area.
@@ -180,7 +180,7 @@ NOTE: the first time you flash the OTA application, you need to do it using the
180180upload file button or the autonomous update facility in the Factory App. The bootloader
181181requires it to not only be flashed, but marked as bootable.
182182
183- Subsequently you can just reflash the OTA partition with ` make flash_ota ` or use the upload or autonomous update stuff in the -factory app.
183+ Subsequently you can just reflash the OTA partition with ` make lws_flash_ota ` or use the upload or autonomous update stuff in the -factory app.
184184
185185## Note for Firefox users
186186
You can’t perform that action at this time.
0 commit comments