From 0751e604f7b4c62854ee6b7ab6ff164f2c2f36d8 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 22 Dec 2022 20:14:15 +1300 Subject: [PATCH] Add disable_crc to modbus doc (#2563) --- components/modbus.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/modbus.rst b/components/modbus.rst index 3b1b07695..21f319560 100644 --- a/components/modbus.rst +++ b/components/modbus.rst @@ -31,6 +31,8 @@ Configuration variables: If multiple modbus devices are attached increasing this value can help avoiding to to overlapping reads. When 2 devices are sending a command at the same the response read from uart can't be assigned to the proper design. This value defines the maximum queuing time for a command before it is send anyways. + +- **disable_crc** (*Optional*, boolean): Ignores a bad CRC if set to ``true``. Defaults to ``false`` See Also