From 665efce4dd66474382f2085afec0c1fb8147ecc5 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 14 Mar 2022 13:33:06 +0100 Subject: [PATCH] fix NimBLE crashes reverting to IDF44 commit https://github.com/tasmota/esp-idf/commit/e8af343d93b8fe409f6b793e955c608d4f75607b --- platformio_tasmota32.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 86296aa0a..8177f02a2 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -39,7 +39,7 @@ extra_scripts = pre:pio-tools/add_c_flags.py [core32] platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2.3/platform-espressif32-2.0.2.3.zip -platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/731/framework-arduinoespressif32-v4.4_dev-2509ea4227.tar.gz +platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/740/framework-arduinoespressif32-tasmota_idf44-e8af343d93.tar.gz build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags}