Skip to content

Commit

Permalink
ARDUINO_USB_CDC_ON_BOOT is required for cardputer only (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
eadmaster committed Jul 26, 2024
1 parent fec4782 commit 4744c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build_flags =
-DLH=8
-DLW=6
-DCONFIG_FILE='"/config.conf"'
-DARDUINO_USB_CDC_ON_BOOT=1

lib_deps =
WireGuard-ESP32
IRremoteESP8266
Expand Down Expand Up @@ -229,6 +229,8 @@ build_flags =

-DGROVE_SDA=2
-DGROVE_SCL=1

-DARDUINO_USB_CDC_ON_BOOT=1
lib_deps =
${common.lib_deps}
xylopyrographer/LiteLED@^1.2.0

0 comments on commit 4744c31

Please sign in to comment.