Skip to content

Commit

Permalink
Update of ESP32 firmware build instructions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov authored May 8, 2018
1 parent afdee80 commit 94c795a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions software/firmware/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,9 @@ void loop()
and overwrite existing one in ``<My Documents>``/Arduino/hardware/espressif/esp32/tools/sdk/lib
9. start **Arduino** application again
10. open **SoftRF** sketch from _File_ -> _Open_ menu
11. Select _Tools_ -> _Board_ -> _DOIT_ _ESP32_ _DEVKIT_ _V1_
12. _Sketch_ -> _Upload_
11. Select _Tools_ -> _Board_ -> _ESP32_ _Dev_ _Module_
12. Select _Tools_ -> _Flash_ _Mode_ -> _DIO_
13. Select _Tools_ -> _Flash_ _Size_ -> _4MB_
14. Select _Tools_ -> _Partition_ _Scheme_ -> _Minimal_ _SPIFFS_
15. Select _Tools_ -> _Flash_ _Frequency_ -> _80MHz_
16. _Sketch_ -> _Upload_

0 comments on commit 94c795a

Please sign in to comment.