base-station/Firmware/Makefile

8 lines
108 B
Makefile
Raw Normal View History

2024-12-25 18:17:03 +01:00
build:
pio run
pio run --target compiledb
cp ./.pio/build/esp32dev/ .
program:
pio run --target upload