Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bdring/FluidNC
/ getSdkVersion
Method
getSdkVersion
X86TestSupport/TestSupport/Arduino.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
return 240;
64
}
65
const char* EspClass::getSdkVersion() {
66
return
"v1.0-UnitTest-foobar"
;
67
}
68
uint32_t EspClass::getFreeHeap() {
69
return 0xFFFF;
70
}
Callers
2
showSysStatsJSON
Method · 0.80
showSysStats
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected