Skip to content

Commit 4744c31

Browse files
committed
ARDUINO_USB_CDC_ON_BOOT is required for cardputer only (pr3y#64)
1 parent fec4782 commit 4744c31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platformio.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DLH=8
2323
-DLW=6
2424
-DCONFIG_FILE='"/config.conf"'
25-
-DARDUINO_USB_CDC_ON_BOOT=1
25+
2626
lib_deps =
2727
WireGuard-ESP32
2828
IRremoteESP8266
@@ -229,6 +229,8 @@ build_flags =
229229

230230
-DGROVE_SDA=2
231231
-DGROVE_SCL=1
232+
233+
-DARDUINO_USB_CDC_ON_BOOT=1
232234
lib_deps =
233235
${common.lib_deps}
234236
xylopyrographer/LiteLED@^1.2.0

0 commit comments

Comments
 (0)