1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-06-07 16:55:23 +02:00
This commit is contained in:
Asbelos 2025-05-30 09:32:12 +01:00
parent bdbfc95284
commit ffc0f74312

View File

@ -190,7 +190,7 @@ platform = espressif32 @ 6.7.0
board = esp32dev
framework = arduino
lib_deps = ${env.lib_deps}
build_flags = -std=c++17 -${env.build_flags}
build_flags = -std=c++17 ${env.build_flags}
monitor_speed = 115200
monitor_echo = yes