You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ platformio -f -c eclipse run
$ platformio -f -c eclipse run --target upload
Makefile reference:
BOARDS = lolin_d32
all:
platformio -f -c vim run
upload:
platformio -f -c vim run --target upload
clean:
platformio -f -c vim run --target clean
program:
platformio -f -c vim run --target program
uploadfs:
platformio -f -c vim run --target uploadfs
update:
platformio -f -c vim update
init:
platformio init --ide vim $(addprefix -b ,$(BOARDS))
The text was updated successfully, but these errors were encountered:
Makefile reference:
The text was updated successfully, but these errors were encountered: