@@ -0,0 +1,13 @@
.PHONY: clean
clean:
pio run --target clean
build:
pio run
upload:
pio run --target upload
monitor:
pio device monitor
The note is not visible to the blocked user.