1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 21:01:25 +01:00

Rename Nucleo build target

This commit is contained in:
pmantoine 2022-11-08 07:48:35 +11:00
parent 280e61e1fc
commit 65714ed1f2

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