You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platformio.ini
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,36 @@
12
12
platform = espressif32 @ 6.12.0
13
13
board = az-delivery-devkit-v4 ; Overridden per board
14
14
framework = arduino
15
+
16
+
; Most warnings here are commented out because the compiler detects warnings outside own code, if we can disable external files for warnings that would be amazing!
15
17
build_flags =
16
18
-std=c++2a
17
19
-std=gnu++2a
18
20
-Wall
19
21
-Wextra
20
-
;-Wpedantic ; This can't be enabled yet because it screams about "ISO C++ prohibits anonymous structs in C code"
0 commit comments