UnifiedEngineering / T-962-improvements

Improvements made to the cheap T-962 reflow oven utilizing the _existing_ controller HW
GNU General Public License v3.0
793 stars 193 forks source link

Allow override of FLASH_TTY in makefile #182

Open ycoroneos opened 4 years ago

ycoroneos commented 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"

ycoroneos commented 4 years ago

It may also be worth doing the same thing for "CC" in case there are people who use clang