Skip to content

Commit

Permalink
Enable Buidling with C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Spannagel authored and LoQue90 committed Sep 22, 2024
1 parent 8d2c083 commit 1fabd22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ platform = espressif32 @^6.5.0
board = az-delivery-devkit-v4
board_build.filesystem = littlefs
board_build.partitions = partitions_4M.csv
build_flags =
-std=gnu++17
build_unflags = -std=gnu++11
framework = arduino
monitor_speed = 115200
check_tool = clangtidy
Expand Down

0 comments on commit 1fabd22

Please sign in to comment.