mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-04-21 20:41:19 +02:00
Compare commits
1 Commits
4fe5c426e6
...
e5965043bf
Author | SHA1 | Date | |
---|---|---|---|
|
e5965043bf |
@ -36,7 +36,7 @@ EXIO485::EXIO485(uint8_t busNo, HardwareSerial &serial, unsigned long baud, int8
|
||||
|
||||
_txPin = txPin;
|
||||
_busNo = busNo;
|
||||
_retryTime = 2000000UL; // 1 second
|
||||
_retryTime = 1000000UL; // 1 second
|
||||
bufferLength=0;
|
||||
inCommandPayload=PAYLOAD_FALSE;
|
||||
// Add device to HAL device chain
|
||||
|
Loading…
x
Reference in New Issue
Block a user