Fixed comment in xnrg_08_sdm120.ino

The comment for SDM120_SPEED is fixed.
This commit is contained in:
Norbert 2021-10-27 08:51:52 +02:00 committed by GitHub
parent 6158032723
commit ca267623d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
// can be user defined in my_user_config.h // can be user defined in my_user_config.h
#ifndef SDM120_SPEED #ifndef SDM120_SPEED
#define SDM120_SPEED 2400 // default SDM120 Modbus address #define SDM120_SPEED 2400 // default SDM120 Modbus baud rate
#endif #endif
// can be user defined in my_user_config.h // can be user defined in my_user_config.h
#ifndef SDM120_ADDR #ifndef SDM120_ADDR