Open ycoroneos opened 4 years ago
If you change the makefile to use "FLASH_TTY ?= /dev/ttyUSB0" then users can override it on the shell with a different port. For example: "FLASH_TTY=/dev/tty.usbserial-AI025J3G make flash"
It may also be worth doing the same thing for "CC" in case there are people who use clang
If you change the makefile to use "FLASH_TTY ?= /dev/ttyUSB0" then users can override it on the shell with a different port. For example: "FLASH_TTY=/dev/tty.usbserial-AI025J3G make flash"