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
As per @petrkr: When do SPIFFS.begin() it will consume some like 2kB of memory, but SPIFFS.end() will not release it. That is kinda problem for low-memory environment as for my application these 2kB is difference between SSL handshake can be done later or not.
Tested SDK: 2.3.0, 2.4.1 from Arduino IDE
Tested ESP_12E
As per @petrkr: When do SPIFFS.begin() it will consume some like 2kB of memory, but SPIFFS.end() will not release it. That is kinda problem for low-memory environment as for my application these 2kB is difference between SSL handshake can be done later or not.
Tested SDK: 2.3.0, 2.4.1 from Arduino IDE
Tested ESP_12E
Test code:
Sample output:
The text was updated successfully, but these errors were encountered: