.PHONY: build upload uploadfs monitor clean ota build: pio run upload: pio run -t upload uploadfs: pio run -t uploadfs monitor: pio device monitor flash: upload uploadfs clean: pio run -t clean ota: pio run -t upload --upload-port attenuator.local