Skip to content

Commit

Permalink
switch back to C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Oct 30, 2023
1 parent 6a221e8 commit e3a6441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ core_build_flags =
-D NDEBUG
-D ARDUINO_ARCH_ESP32=1
-D ESP32=1
-std=gnu++17
; -std=gnu++17

core_unbuild_flags = -std=gnu++11
; core_unbuild_flags =
; core_unbuild_flags = -std=gnu++11
core_unbuild_flags =

; my_build_flags is set in pio_local.ini
my_build_flags =
Expand Down

0 comments on commit e3a6441

Please sign in to comment.