Commit cb9ba64d authored by Eric Duminil's avatar Eric Duminil
Browse files

Update

parent b75e6778
...@@ -31,7 +31,7 @@ else ...@@ -31,7 +31,7 @@ else
@exit 1 @exit 1
endif endif
clean: ## Clean code clean: ## Clean project
pio -f -c vim run --target clean pio -f -c vim run --target clean
program: program:
...@@ -40,8 +40,8 @@ program: ...@@ -40,8 +40,8 @@ program:
uploadfs: uploadfs:
pio -f -c vim run --target uploadfs pio -f -c vim run --target uploadfs
update: update: ## Update PIO
pio -f -c vim update pio pkg update
monitor: ## Monitor ESP output monitor: ## Monitor ESP output
pio device monitor --filter colorize pio device monitor --filter colorize
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment