Skip to content

Commit

Permalink
Update espressif32 from 6.3.2 to 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Dec 28, 2023
1 parent 3498347 commit 32fff13
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ extra_configs =
custom_ci_action = generic,generic_esp32,generic_esp32s3,generic_esp32s3_usb

framework = arduino
platform = espressif32@6.3.2
platform = espressif32@6.5.0

build_flags =
-DPIOENV=\"$PIOENV\"
-D_TASK_STD_FUNCTION=1
-Wall -Wextra -Werror -Wunused -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference
-Wall -Wextra -Wunused -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference
; Have to remove -Werror because of
; https://github.com/espressif/arduino-esp32/issues/9044 and
; https://github.com/espressif/arduino-esp32/issues/9045
; -Werror
-std=c++17
-std=gnu++17
build_unflags =
Expand Down

0 comments on commit 32fff13

Please sign in to comment.