Browse Source

Disable PIO extra_scripts for AT90USB (#15347)

pull/1/head
Dave Johnson 5 years ago
committed by Scott Lahteine
parent
commit
f362dab7be
  1. 2
      platformio.ini

2
platformio.ini

@ -88,7 +88,6 @@ build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_CDC.py
monitor_speed = 250000
#
@ -105,7 +104,6 @@ build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_DFU.py
monitor_speed = 250000
#

Loading…
Cancel
Save