Bojan Jurca
Bojan Jurca
One solution may be to increase the CPU frequency of ESP32. The other solution is to disable the watchdog. First ```C++ #include ``` then (in setup function) ```C++ void setup...
### Contact Details [email protected] ### Version 5.5.4 ### Description https://github.com/wolfSSL/wolfssl/blob/master/IDE/Espressif/ESP-IDF/user_settings.h ### Reproduction steps 1. install wolfssl do Arduino 2. cnage user_settings.h 3. compile I managed to get rid of some...
Hello, If a String creation fails it is possible to detect this error in the code, like: ```C++ String s = "abc"; if (!s) ... // error, out of heap...
Hello, I noticed that write returns buffsize even in case of error, when the disk is full. It displays an error to Serial though: E (228407) esp_littlefs: ./managed_components/joltwallet__littlefs/src/littlefs/lfs.c:689:error: No more...