Skip to content

Commit 08296bf

Browse files
committed
Test c++17 gnu++17
1 parent 736ed17 commit 08296bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platformio.ini

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ lib_deps =
3535
sparkfun/SparkFun Qwiic OTOS Arduino Library@^1.0.0
3636
sparkfun/SparkFun Toolkit@^0.9.2
3737
adafruit/Adafruit NeoPixel@^1.12.3
38+
build_unflags =
39+
-std=gnu++11
40+
build_flags =
41+
-std=c++17
42+
-std=gnu++17
3843

3944
[env:Esp32_NO_WIFI]
4045
upload_protocol = esptool

0 commit comments

Comments
 (0)