Commit 6af62412 authored by Eric Duminil's avatar Eric Duminil
Browse files

Select board for make, if desired

No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
all: all:
ifdef board
pio -f -c vim run -e $(board)
else
pio -f -c vim run pio -f -c vim run
endif
upload: upload:
pio -f -c vim run --target upload -e $(board) 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