MCPcopy Create free account
hub / github.com/bdring/FluidNC / getFreeHeap

Method getFreeHeap

X86TestSupport/TestSupport/Arduino.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return "v1.0-UnitTest-foobar";
67}
68uint32_t EspClass::getFreeHeap() {
69 return 0xFFFF;
70}
71uint32_t EspClass::getFlashChipSize() {
72 return 4 * 1024 * 1024;
73}

Callers 2

showSysStatsJSONMethod · 0.80
showSysStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected