🔨 Upload to Optiboot at 115200 (#23403)

This commit is contained in:
Johannes Hörmann
2022-01-02 06:46:55 +01:00
committed by Scott Lahteine
parent 5ec384f40c
commit 24f9c3a777
2 changed files with 28 additions and 35 deletions

View File

@@ -9,6 +9,24 @@
# #
#################################
#
# AT90USB1286 boards using CDC bootloader
# e.g., BRAINWAVE, BRAINWAVE_PRO, SAV_MKI, TEENSYLU
#
[env:at90usb1286_cdc]
platform = teensy
extends = common_avr8
board = marlin_at90usb1286
lib_ignore = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet
#
# AT90USB1286 boards using DFU bootloader
# e.g., Printrboard, Printrboard Rev.F, 5DPRINT
#
[env:at90usb1286_dfu]
platform = teensy
extends = env:at90usb1286_cdc
#
# Teensy++ 2.0
#