Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Dec 24, 2024
1 parent 4041003 commit e83bd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
arduino-platform: esp32:esp32@2.0.17
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
required-libraries: M5AtomS3@1.0.0,M5Unified@0.2.2,ESP32Console@1.2.2
build-properties: '{ "All": "-DCONFIG_ESP_CONSOLE_USB_CDC" }'
build-properties: '{ "All": "-DCONFIG_ESP_CONSOLE_USB_CDC=y" }'
sketch-names: "*.ino"
sketch-names-find-start: bbn_*
extra-arduino-cli-args: "--warnings default --build-property compiler.libraries.ldflags=-Wl,--allow-multiple-definition "
Expand Down

0 comments on commit e83bd8e

Please sign in to comment.