Skip to content

Commit e8ccf1d

Browse files
authored
Merge branch 'master' into release/v3.3
2 parents 6963b56 + db3e5e7 commit e8ccf1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sdkconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752
445445
CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32
446446
CONFIG_ESP32_WIFI_DEBUG_LOG_ENABLE=
447447
CONFIG_ESP32_WIFI_IRAM_OPT=y
448-
CONFIG_ESP32_WIFI_RX_IRAM_OPT=
448+
CONFIG_ESP32_WIFI_RX_IRAM_OPT=y
449449

450450
#
451451
# PHY

tools/current_commit.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
IDF_COMMIT=$(wget -q -O- "https://github.com/espressif/arduino-esp32/search?q=update+idf&type=Commits" | grep -i "update idf" | grep -e "to [0-9a-f]*" | sed "s/^.*to \([0-9a-f]*\).*/\1/" | head -1)
2+
echo Current commit is $IDF_COMMIT

0 commit comments

Comments
 (0)