From ca267623d9d5050d418cb4faa708fa7cddb3d587 Mon Sep 17 00:00:00 2001 From: Norbert <48217146+Noschvie@users.noreply.github.com> Date: Wed, 27 Oct 2021 08:51:52 +0200 Subject: [PATCH] Fixed comment in xnrg_08_sdm120.ino The comment for SDM120_SPEED is fixed. --- tasmota/xnrg_08_sdm120.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xnrg_08_sdm120.ino b/tasmota/xnrg_08_sdm120.ino index 85eb252db..f67ec69d9 100644 --- a/tasmota/xnrg_08_sdm120.ino +++ b/tasmota/xnrg_08_sdm120.ino @@ -29,7 +29,7 @@ // can be user defined in my_user_config.h #ifndef SDM120_SPEED - #define SDM120_SPEED 2400 // default SDM120 Modbus address + #define SDM120_SPEED 2400 // default SDM120 Modbus baud rate #endif // can be user defined in my_user_config.h #ifndef SDM120_ADDR