1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-02-22 08:46:04 +01:00

STM32 platformio.ini update for PeripheralPins

This commit is contained in:
pmantoine 2025-02-11 11:46:48 +11:00
parent f2a7577313
commit ed69a51e97

View File

@ -276,7 +276,7 @@ lib_ignore = WiFi101
WiFiEspAT WiFiEspAT
WiFiMulti_Generic WiFiMulti_Generic
WiFiNINA_Generic WiFiNINA_Generic
build_flags = -std=c++17 -Os -g2 -Wunused-variable build_flags = -std=c++17 -Os -g2 -Wunused-variable -DCUSTOM_PERIPHERAL_PINS
monitor_speed = 115200 monitor_speed = 115200
monitor_echo = yes monitor_echo = yes
upload_protocol = stlink upload_protocol = stlink
@ -300,7 +300,7 @@ lib_ignore = WiFi101
WiFiEspAT WiFiEspAT
WiFiMulti_Generic WiFiMulti_Generic
WiFiNINA_Generic WiFiNINA_Generic
build_flags = -std=c++17 -Os -g2 -Wunused-variable build_flags = -std=c++17 -Os -g2 -Wunused-variable -DCUSTOM_PERIPHERAL_PINS
monitor_speed = 115200 monitor_speed = 115200
monitor_echo = yes monitor_echo = yes
upload_protocol = stlink upload_protocol = stlink