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 07260b0 commit d44ada5
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 @@ -22,7 +22,7 @@ jobs:
arduino-platform: esp32:esp32@3.0.7
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_WIFI_ENABLED=0 -DSOC_USB_OTG_SUPPORTED=0 -DCONFIG_ESP_CONSOLE_USB_CDC -UCONFIG_ESP_CONSOLE_UART -UCONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL" }'
build-properties: '{ "All": "-DCONFIG_ESP_WIFI_ENABLED=0 -DSOC_USB_OTG_SUPPORTED=0 -DCONFIG_ESP_CONSOLE_USB_CDC -UCONFIG_ESP_CONSOLE_UART -DCONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL=0" }'
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 d44ada5

Please sign in to comment.