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

Compare commits

..

2 Commits

Author SHA1 Message Date
Travis Farmer
4fe5c426e6
Merge cc80b8cd1931b66ee85ecd94b87150e4d1fe7e88 into 818240b3496db750a485e08d06a1be26ebf79e8f 2024-12-31 17:27:29 +00:00
travis-farmer
cc80b8cd19
saving, works for now... 2024-12-31 12:27:19 -05:00

View File

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