From 12ad94dec44d86ac03cac111d439b8f81fc9d4f2 Mon Sep 17 00:00:00 2001 From: dongheng Date: Wed, 12 Jun 2019 10:44:30 +0800 Subject: [PATCH] docs(general-note): Remove sniffer mode use limit --- docs/en/general-notes/index.rst | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/en/general-notes/index.rst b/docs/en/general-notes/index.rst index 68a310ec..01ae81be 100644 --- a/docs/en/general-notes/index.rst +++ b/docs/en/general-notes/index.rst @@ -14,16 +14,8 @@ and now upgrade to the new SDK, please disable the following configuration in th "Bootloader config ---> [ ] Bootloader init SPI flash" - -2. Sniffer or Smartconfig -^^^^^^^^^^^^^^^^^^^^^^^^^ -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/promiscuous mode. - -You need to disable the sniffer/promiscuous mode at first, then read/write/erase flash. - -3. ESP8285 or ESP8266 + 1MB flash +2. ESP8285 or ESP8266 + 1MB flash ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ESP8285 or ESP8266 + 1MB flash can use "Copy OTA Mode" for OTA, more details are in the `examples/system/ota `_.