8 lines
108 B
Makefile
8 lines
108 B
Makefile
|
build:
|
||
|
pio run
|
||
|
pio run --target compiledb
|
||
|
cp ./.pio/build/esp32dev/ .
|
||
|
|
||
|
program:
|
||
|
pio run --target upload
|