From 32fff131c8e61e6ef4eea7e0fab12f532f18b719 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 28 Dec 2023 14:06:34 +0100 Subject: [PATCH] Update espressif32 from 6.3.2 to 6.5.0 --- platformio.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 945ab8b74..b84fa1de7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 =