Skip to content

Commit

Permalink
bumped espressif32 version 6.6.0 -> 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarzen committed Aug 25, 2024
1 parent f91f8bb commit 5ed07d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default_envs = dfrobot_firebeetle2_esp32e

; default options for each '[env:**]'
[env]
platform = espressif32 @ 6.6.0
platform = espressif32 @ 6.8.1
framework = arduino
build_flags = '-Wall'
lib_deps =
Expand Down Expand Up @@ -44,4 +44,4 @@ monitor_speed = 115200
; https://github.com/espressif/arduino-esp32/tree/master/tools/partitions
board_build.partitions = huge_app.csv
; change MCU frequency, 240MHz -> 80MHz (for better power efficiency)
board_build.f_cpu = 80000000L
board_build.f_cpu = 80000000L

0 comments on commit 5ed07d2

Please sign in to comment.