Skip to content

Commit 5b8a35f

Browse files
authored
Update platformio.ini
1 parent 4c3020a commit 5b8a35f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/espidf-arduino-matter-light/platformio.ini

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ platform = espressif32
1717
framework = arduino, espidf
1818
board_build.partitions = partitions.csv
1919
monitor_speed = 115200
20-
build_unflags = -std=c++17
21-
build_flags = -std=gnu++2a
20+
build_unflags =
21+
-std=c++17
22+
-std=gnu++2b
23+
build_flags =
24+
-std=gnu++2a
2225

2326
[env:esp32c6]
2427
board = esp32-c6-devkitc-1

0 commit comments

Comments
 (0)