From ca7b269dc829640a6fcbc5b98ec01f60778517e6 Mon Sep 17 00:00:00 2001 From: linruihao Date: Tue, 12 Mar 2024 16:46:39 +0800 Subject: [PATCH] fix(esp_phy): update phylib for C3 and S3 - fixed BLE coded phy s8 tx issue in coexistence scenarios - fixed ESP32-C3 and ESP32-S3 BLE RX issue - optimized ESP32-C3 and ESP32-S3 light sleep current --- components/esp_phy/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_phy/lib b/components/esp_phy/lib index dcfdccf6cc..78aa951819 160000 --- a/components/esp_phy/lib +++ b/components/esp_phy/lib @@ -1 +1 @@ -Subproject commit dcfdccf6cc2fc02d0886624b7998c890d1a19b28 +Subproject commit 78aa951819ae6283ec1143c4944ea79ed4715ae8