Skip to content

Commit

Permalink
CI/CD: arduino-esp32: Removed unnecessary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Jan 23, 2025
1 parent 1e2d819 commit 57d47c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/arduino-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/pstolarz/arduino-ci
env:
# NOTE: `-c' option added to make buggy esp32-arduino core happy,
# see: https://github.com/espressif/arduino-esp32/issues/8815
BUILD_FLAGS: "-c \
BUILD_FLAGS: "\
-DCONFIG_PWR_CTRL_ENABLED \
-DCONFIG_OVERDRIVE_ENABLED \
-DCONFIG_CRC16_ENABLED \
Expand Down

0 comments on commit 57d47c1

Please sign in to comment.