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

Select board for make, if desired

parent 14fdec7d
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