We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3389fe5 commit c962973Copy full SHA for c962973
examples/espidf-arduino-matter-light/platformio.ini
@@ -22,6 +22,8 @@ build_unflags =
22
-std=gnu++2b
23
build_flags =
24
-std=gnu++2a
25
+ -Wno-missing-field-initializers
26
+
27
28
[env:esp32c6]
29
board = esp32-c6-devkitc-1
0 commit comments