1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-21 12:31:19 +02:00

saving, works for now...

This commit is contained in:
travis-farmer 2024-12-31 12:27:19 -05:00
parent 764380ae57
commit cc80b8cd19
No known key found for this signature in database
GPG Key ID: 0BC296791D14CB35

View File

@ -36,7 +36,7 @@ EXIO485::EXIO485(uint8_t busNo, HardwareSerial &serial, unsigned long baud, int8
_txPin = txPin; _txPin = txPin;
_busNo = busNo; _busNo = busNo;
_retryTime = 1000000UL; // 1 second _retryTime = 2000000UL; // 1 second
bufferLength=0; bufferLength=0;
inCommandPayload=PAYLOAD_FALSE; inCommandPayload=PAYLOAD_FALSE;
// Add device to HAL device chain // Add device to HAL device chain