Commit 73671b5a authored by Eric Duminil's avatar Eric Duminil
Browse files

Select board for make, if desired

No related merge requests found
Pipeline #6025 passed with stage
in 1 minute and 48 seconds
Showing with 4 additions and 0 deletions
+4 -0
all:
ifdef board
pio -f -c vim run -e $(board)
else
pio -f -c vim run
endif
upload:
pio -f -c vim run --target upload -e $(board)
......
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