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

Select board for make, if desired

parent a63bbdac
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)
......
Markdown is supported
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