Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bdring/FluidNC
/ getFlashChipSize
Method
getFlashChipSize
X86TestSupport/TestSupport/Arduino.cpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
return 0xFFFF;
70
}
71
uint32_t EspClass::getFlashChipSize() {
72
return 4 * 1024 * 1024;
73
}
74
75
void EspClass::restart() {
76
throw SystemRestartException();
Callers
2
showSysStatsJSON
Method · 0.80
showSysStats
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected