MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / getFreeMemory

Method getFreeMemory

src/RemoteDebug.cpp:1969–1973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1967// Get free memory
1968
1969uint32_t RemoteDebug::getFreeMemory() {
1970
1971 return ESP.getFreeHeap();
1972
1973}
1974
1975// Is CR or LF ?
1976

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected