Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions JTAGenum.ino
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ byte pulse_tdo(int tck, int tdo)
*/
void init_pins(int tck = IGNOREPIN, int tms = IGNOREPIN, int tdi = IGNOREPIN, int ntrst = IGNOREPIN)
{
#if defined(ESP32)
esp_task_wdt_reset(); //reset timer (feed watchdog)
#elif defined(ESP8266) || defined(ESP_H)
#if defined(ESP8266) || defined(ESP_H)
ESP.wdtFeed(); //feed watchdog
#endif
Comment on lines +257 to 259
// default all to INPUT state
Expand Down