Skip to content

Commit e09f004

Browse files
committed
Merge branch 'doc/update_wifi_info_to_release_3.3+' into 'master'
deleted a note regarding restrictions during sniffer and promiscuous mode See merge request sdk/ESP8266_RTOS_SDK!1581
2 parents 15ee24a + 428247e commit e09f004

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/en/api-reference/wifi/esp_wifi.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ The WiFi libraries provide support for configuring and monitoring the ESP8266 Wi
1414
- Scanning for access points (active & passive scanning).
1515
- Promiscuous mode monitoring of IEEE802.11 WiFi packets.
1616

17-
Important
18-
^^^^^^^^^
19-
20-
Since the ESP8266 RTOS SDK V3.0, we moved some functions from IRAM to flash, including `malloc` and `free` fucntions, to save more memory.
21-
In this case, please do not read/write/erase flash during sniffer or promiscuous mode. You need to disable the sniffer or promiscuous mode at first, then read/write/erase flash.
2217

2318
Application Examples
2419
--------------------

0 commit comments

Comments
 (0)