Browse Source

esp_wifi: fix connect fail when enable SPIRAM

Closes IDFGH-8189
zhangyanjiao 3 years ago
parent
commit
a165d5b3ef
2 changed files with 2 additions and 2 deletions
  1. 1 1
      components/esp_rom/esp32s3/ld/esp32s3.rom.ld
  2. 1 1
      components/esp_wifi/lib

+ 1 - 1
components/esp_rom/esp32s3/ld/esp32s3.rom.ld

@@ -1804,7 +1804,7 @@ RC_GetBlockAckTime = 0x4000525c;
 ebuf_list_remove = 0x40005268;
 esf_buf_alloc = 0x40005274;
 esf_buf_alloc_dynamic = 0x40005280;
-esf_buf_recycle = 0x4000528c;
+/*esf_buf_recycle = 0x4000528c;*/
 GetAccess = 0x40005298;
 hal_mac_is_low_rate_enabled = 0x400052a4;
 hal_mac_tx_get_blockack = 0x400052b0;

+ 1 - 1
components/esp_wifi/lib

@@ -1 +1 @@
-Subproject commit c5f9eb52e0213eba23d03daf25c8e0ccec8f314d
+Subproject commit 7bd8d12bd5b49596b651db72b7b4e9dc609c5981