Hello,
I have seen in libraries/SD/src/utility/SdFatUtil.h
a function FreeRAM(), but it does not compile, with error:
undefined reference to__brkval'`
What can I do to make FreeRAM() work?
Regards, Rudolf
ESP.getFreeHeap(); shut do the job just fine.
https://github.com/esp8266/Arduino/blob/master/doc/libraries.md#esp-specific-apis
Hello Markus,
Thank you very much again for your help.
I have searched for memory and RAM only, so I could not find getFreeHeap.
Regards, Rudolf
Most helpful comment
ESP.getFreeHeap();shut do the job just fine.https://github.com/esp8266/Arduino/blob/master/doc/libraries.md#esp-specific-apis