mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
emulation on host: missing mock functions, improve host interface handling (#7404)
This commit is contained in:
@ -108,6 +108,11 @@ uint32_t EspClass::getFreeHeap()
|
||||
return 30000;
|
||||
}
|
||||
|
||||
uint16_t EspClass::getMaxFreeBlockSize()
|
||||
{
|
||||
return 20000;
|
||||
}
|
||||
|
||||
String EspClass::getResetReason()
|
||||
{
|
||||
return "Power on";
|
||||
|
Reference in New Issue
Block a user