.PHONY: clean

clean:
	pio run --target clean

build:
	pio run

upload:
	pio run --target upload

monitor:
	pio device monitor
