Skip to content

Commit e1c7364

Browse files
committed
docs(wifi): Add sniffer or promiscuous mode use limit
1 parent d00fb29 commit e1c7364

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ 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.
22+
1723
Application Examples
1824
--------------------
1925

0 commit comments

Comments
 (0)