Skip to content

Commit 57d47c1

Browse files
committed
CI/CD: arduino-esp32: Removed unnecessary workaround
See espressif/arduino-esp32#8815 for details
1 parent 1e2d819 commit 57d47c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/arduino-builds.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
container: ghcr.io/pstolarz/arduino-ci
2626
env:
27-
# NOTE: `-c' option added to make buggy esp32-arduino core happy,
28-
# see: https://github.com/espressif/arduino-esp32/issues/8815
29-
BUILD_FLAGS: "-c \
27+
BUILD_FLAGS: "\
3028
-DCONFIG_PWR_CTRL_ENABLED \
3129
-DCONFIG_OVERDRIVE_ENABLED \
3230
-DCONFIG_CRC16_ENABLED \

0 commit comments

Comments
 (0)