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 64cc314 commit 432cffeCopy full SHA for 432cffe
platformio.ini
@@ -13,6 +13,7 @@ build_unflags =
13
-DARDUINO_USB_CDC_ON_BOOT=0
14
-DARDUINO_USB_MSC_ON_BOOT=1
15
-DARDUINO_USB_DFU_ON_BOOT=1
16
+ -std=gnu++11
17
18
build_flags =
19
-DARDUINO_USB_MODE=0
@@ -21,3 +22,4 @@ build_flags =
21
22
-DARDUINO_USB_DFU_ON_BOOT=0
23
-DCONFIG_ARDUHAL_LOG_COLORS=1
24
-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
25
+ -std=gnu++17
0 commit comments