1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

Merge remote-tracking branch 'origin/SAMD_Integration_PMA' into PORTX_HAL

This commit is contained in:
Asbelos
2022-07-06 17:13:59 +01:00
14 changed files with 406 additions and 24 deletions

View File

@@ -905,7 +905,9 @@ bool DCCEXParser::parseD(Print *stream, int16_t params, int16_t p[])
wdt_enable( WDTO_15MS); // set Arduino watchdog timer for 15ms
delay(50); // wait for the prescaller time to expire
#else
#ifdef ARDUINO_ARCH_ESP
ESP.restart();
#endif
#endif
break; // and <X> if we didnt restart
}