Make it 'flashable'
This commit is contained in:
parent
793eb33f67
commit
f11a189e31
4 changed files with 25 additions and 6 deletions
3
Makefile
3
Makefile
|
@ -12,3 +12,6 @@ build:
|
|||
# idf.py reconfigure
|
||||
# idf.py defconfig
|
||||
idf.py build
|
||||
|
||||
flash:
|
||||
idf.py -p /dev/ttyUSB0 flash monitor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue