diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 18a1bb5..4a6f6c1 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -15,6 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: run PlatformIO Dependabot - uses: peterus/platformio_dependabot@v1.2.0 + uses: peterus/platformio_dependabot@ee459e446a090c4894b1354a3b85bc064797fd2b # Using latest Commit SHA for v1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/platformio.ini b/platformio.ini index 0beacd2..ff57634 100644 --- a/platformio.ini +++ b/platformio.ini @@ -5,7 +5,7 @@ description = TurningTurntable by Jojo1220 ; "Arduino-looking"-ESP32 Board [env:esp32ARDUINO] -platform = espressif32 @ 6.7.0 +platform = espressif32 @ 6.9.0 board = esp32dev board_build.f_cpu = 240000000L board_build.f_flash = 80000000L @@ -29,7 +29,7 @@ lib_deps = ; ESP32 DevelopementBoard [env:esp32dev] -platform = espressif32 @ 6.7.0 +platform = espressif32 @ 6.9.0 board = esp32dev board_build.f_cpu = 240000000L board_build.f_flash = 80000000L