Skip to content

Commit 627360b

Browse files
Badbaljanlws-team
authored andcommitted
Fixed git reset --hard and changed to lws_flash_ota
1 parent 28599d4 commit 627360b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ While in factory / OTA mode, the LED flashes dows a PWM sine cycle at about 1Hz.
6767

6868
1) This was built and tested against esp-idf at 4b91c82cc447640e5b61407e810f1d6f3eabd233
6969
from 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`
7171
in the esp-idf directory.
7272

7373
Esp-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
169169
These are built and loaded slightly differently, ie
170170

171171
```
172-
$ make flash_ota monitor
172+
$ make lws_flash_ota monitor
173173
```
174174

175175
This 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
180180
upload file button or the autonomous update facility in the Factory App. The bootloader
181181
requires 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

0 commit comments

Comments
 (0)