mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-14 17:45:45 +00:00
From IDF 5.1 and above, we are out of IRAM for ESP32. Enabled FreeRTOS functions to flash option to save IRAM. This is same existing fix in other examples Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2 lines
45 B
Plaintext
2 lines
45 B
Plaintext
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
|