@@ -0,0 +1,15 @@
# Default target
all: build
flash: precompile_static pio_upload
build: precompile_static pio_build
precompile_static:
./populate_static.py
pio_build:
pio run
pio_upload:
pio run -t upload
The note is not visible to the blocked user.