Skip to content

Commit 9609bbe

Browse files
author
Yaroslav
committed
initial
1 parent c3bc37f commit 9609bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const bootstrap = async () => {
7676
forceWriteMany: true, // Use 15(0x0f) and 16(0x10) functions for single register, default: false
7777
bigEndian: true, // You can use BigEndian for byte order, default: false
7878
swapWords: false, // This is applicable only for multi-registers types such as int32, float etc, default: false
79-
requestWithGaps: true, // You can use BigEndian for byte order, default: true
79+
requestWithGaps: true, // If requesting address 10 and 13 allow to send one request to the device, default: true
8080
maxRequestSize: 32, // How many registers to be requested in one round-trip with device, default: 1
8181
}
8282
];

0 commit comments

Comments
 (0)