mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-21 21:22:31 +03:00
add system_soft_wdt_feed to ESP.wdtFeed();
This commit is contained in:
@ -100,7 +100,7 @@ void EspClass::wdtDisable(void)
|
||||
|
||||
void EspClass::wdtFeed(void)
|
||||
{
|
||||
|
||||
system_soft_wdt_feed();
|
||||
}
|
||||
|
||||
extern "C" void esp_yield();
|
||||
|
Reference in New Issue
Block a user