1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-24 13:21:23 +01:00
This commit is contained in:
Harald Barth 2022-11-09 00:52:31 +01:00
commit 4a3d8729c6

View File

@ -18,7 +18,7 @@ default_envs =
samd21-dev-usb samd21-dev-usb
samd21-zero-usb samd21-zero-usb
ESP32 ESP32
Nucleo-STM32F411RE Nucleo-F411RE
Teensy3.2 Teensy3.2
Teensy3.5 Teensy3.5
Teensy3.6 Teensy3.6
@ -172,7 +172,7 @@ framework = arduino
lib_deps = ${env.lib_deps} lib_deps = ${env.lib_deps}
build_flags = -std=c++17 build_flags = -std=c++17
[env:Nucleo-STM32F411RE] [env:Nucleo-F411RE]
platform = ststm32 platform = ststm32
board = nucleo_f411re board = nucleo_f411re
framework = arduino framework = arduino