make some Reame

This commit is contained in:
Myk
2024-04-05 19:24:13 +03:00
parent 90fde56762
commit 590d4958c2
4 changed files with 67 additions and 6 deletions

15
Makefile Normal file
View File

@@ -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