Files
2026-04-24 14:46:25 +02:00

14 lines
127 B
Makefile

.PHONY: clean
clean:
pio run --target clean
build:
pio run
upload:
pio run --target upload
monitor:
pio device monitor