Skip to content

Commit

Permalink
Bump espressif32 from 6.7.0 to 6.9.0 (#4)
Browse files Browse the repository at this point in the history
* Bump espressif32 to 6.9.0

* Update dependabot.yml

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jojo1220 <[email protected]>
3 people authored Nov 27, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dietmarw Dietmar Winkler
1 parent b7c7087 commit 96fd362
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: run PlatformIO Dependabot
uses: peterus/[email protected]
uses: peterus/platformio_dependabot@ee459e446a090c4894b1354a3b85bc064797fd2b # Using latest Commit SHA for v1.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 96fd362

Please sign in to comment.