From 6d211815d93041174149e2f0c9e7772c409a8878 Mon Sep 17 00:00:00 2001
From: Ric In New Mexico <78682404+RicInNewMexico@users.noreply.github.com>
Date: Mon, 18 Sep 2023 06:26:19 -0600
Subject: [PATCH] Temp fix for S3 bluetooth (#2809)
Need to roll back espressif to v6.3.2
---
arch/esp32/esp32.ini | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/esp32/esp32.ini b/arch/esp32/esp32.ini
index ccad60858..aa31db13e 100644
--- a/arch/esp32/esp32.ini
+++ b/arch/esp32/esp32.ini
@@ -1,7 +1,7 @@
; Common settings for ESP targes, mixin with extends = esp32_base
[esp32_base]
extends = arduino_base
-platform = platformio/espressif32@^6.4.0
+platform = platformio/espressif32@6.3.2 # This is a temporary fix to the S3-based devices bluetooth issues until we can determine what within ESP-IDF changed and can develop a suitable patch.
build_src_filter =
${arduino_base.build_src_filter} - - - -
@@ -57,4 +57,4 @@ lib_ignore =
; customize the partition table
; http://docs.platformio.org/en/latest/platforms/espressif32.html#partition-tables
-board_build.partitions = partition-table.csv
\ No newline at end of file
+board_build.partitions = partition-table.csv