From f6cde46241c92726710e8914fcd82f85f0d8741b Mon Sep 17 00:00:00 2001 From: Zakhar Panteleev Date: Sat, 13 Dec 2025 22:57:55 +0300 Subject: [PATCH] readme update --- readme.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index bce5e35..f4670ce 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,6 @@ -Modbus Library for slave devices based on STM32 MCU (v5) +Modbus Library for slave devices based on STM32 MCU. Supports Modbus RTU and Modbus RTU over TCP modes. -Original library was written by @ponkin_dmitry - Single header library which allow you to connect your devices using Modbus protocol. Main configuration takes place in `modbus_constants.h` file.