From cc80b8cd1931b66ee85ecd94b87150e4d1fe7e88 Mon Sep 17 00:00:00 2001 From: travis-farmer Date: Tue, 31 Dec 2024 12:27:19 -0500 Subject: [PATCH] saving, works for now... --- IO_EXIO485.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO_EXIO485.cpp b/IO_EXIO485.cpp index 21eff9f..ebedc57 100644 --- a/IO_EXIO485.cpp +++ b/IO_EXIO485.cpp @@ -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