From 57d47c175f46de5f0805ea5c5854084b6410380f Mon Sep 17 00:00:00 2001 From: Piotr Stolarz Date: Thu, 23 Jan 2025 20:59:14 +0100 Subject: [PATCH] CI/CD: arduino-esp32: Removed unnecessary workaround See https://github.com/espressif/arduino-esp32/issues/8815 for details --- .github/workflows/arduino-builds.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/arduino-builds.yml b/.github/workflows/arduino-builds.yml index 4cafb17..7f97083 100644 --- a/.github/workflows/arduino-builds.yml +++ b/.github/workflows/arduino-builds.yml @@ -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 \