Skip to content

Commit

Permalink
maybe this is the right fw build path after all
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Dec 20, 2024
1 parent 40e5335 commit 55a03ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-platformio.ini.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ monitor_echo = yes
monitor_filters = default,esp32_exception_decoder
build_flags = -std=gnu++2a ${EXTRA_FLAGS}
build_unflags = -std=gnu++11 -std=gnu++14 -std=gnu++17
build_dir = '.pio/build/template/'
build_dir = '.pio/build/${TEMPLATE}/'
lib_deps =
EOL

Expand Down

0 comments on commit 55a03ea

Please sign in to comment.