-
I am having a crash after successfully connection when trying to create document in firestore database. I have already added PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48_SECHEAP_SHARED in .ini file in platformio.
this is comething related to bearSSL, i am using esp01 with 1mb flash memory and just before the crash it was having about 12000bytes free memory left with 14% fragments.
here is my code that i have used:
please let me know if any other information is required. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That is what you have to manage yourself. You should know the minimum safe free memory for system tasks to run to prevent consequence failures. This is the library repository not a community forum. |
Beta Was this translation helpful? Give feedback.
That is what you have to manage yourself.
You should know the minimum safe free memory for system tasks to run to prevent consequence failures.
This is the library repository not a community forum.