mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-08 10:42:30 +00:00
4 lines
126 B
Text
4 lines
126 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
arduino --verify --board teensy:avr:teensy35:usb=serial,speed=120,opt=o1std,keys=en-us Marlin/Marlin.ino
|