11 lines
153 B
Makefile
11 lines
153 B
Makefile
flash:
|
|
idf.py -p /dev/cu.usbserial-0001 flash
|
|
|
|
run:
|
|
idf.py -p /dev/cu.usbserial-0001 flash monitor
|
|
|
|
build:
|
|
idf.py set-target esp32
|
|
idf.py build
|
|
run
|