Skip to content

Commit 697bca2

Browse files
committed
add system_soft_wdt_feed to ESP.wdtFeed();
1 parent 5c86548 commit 697bca2

File tree

1 file changed

+1
-1
lines changed
  • hardware/esp8266com/esp8266/cores/esp8266

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/cores/esp8266/Esp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void EspClass::wdtDisable(void)
100100

101101
void EspClass::wdtFeed(void)
102102
{
103-
103+
system_soft_wdt_feed();
104104
}
105105

106106
extern "C" void esp_yield();

0 commit comments

Comments
 (0)