You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We moved some functions from IRAM to flash, including `malloc` and `free` fucntions, to save more memory.
19
+
In this case, please do not read/write/erase flash during sniffer/promiscuous mode.
20
+
You need to disable the sniffer/promiscuous mode at first, then read/write/erase flash.
21
+
22
+
3. ESP8285 or ESP8266 + 1MB flash
23
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
+
25
+
ESP8285 or ESP8266 + 1MB flash can use "Copy OTA Mode" for OTA, more details are in the `examples/system/ota <https://github.com/espressif/ESP8266_RTOS_SDK/tree/master/examples/system/ota/>`_.
This is the documentation for the new `ESP8266_RTOS_SDK <https://github.com/espressif/ESP8266_RTOS_SDK>`_ which refacted to be ESP-IDF Style. ESP8266\_RTOS\_SDK is the official development framework for the `ESP8266EX <https://www.espressif.com/en/products/hardware/esp8266ex/overview>`_ chip.
0 commit comments