mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-06 13:59:16 +08:00
Merge branch 'docs/add_sniffer_use_limit_v3.1' into 'release/v3.1'
Add sniffer or promiscuous mode use limit (backport v3.1) See merge request sdk/ESP8266_RTOS_SDK!754
This commit is contained in:
@ -14,6 +14,12 @@ The WiFi libraries provide support for configuring and monitoring the ESP8266 Wi
|
|||||||
- Scanning for access points (active & passive scanning).
|
- Scanning for access points (active & passive scanning).
|
||||||
- Promiscuous mode monitoring of IEEE802.11 WiFi packets.
|
- Promiscuous mode monitoring of IEEE802.11 WiFi packets.
|
||||||
|
|
||||||
|
Important
|
||||||
|
^^^^^^^^^
|
||||||
|
|
||||||
|
Since the ESP8266 RTOS SDK V3.0, we moved some functions from IRAM to flash, including `malloc` and `free` fucntions, to save more memory.
|
||||||
|
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.
|
||||||
|
|
||||||
Application Examples
|
Application Examples
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user