Fix invalid constant description (#20796)

This commit is contained in:
Artur Nowak 2024-02-24 15:27:58 +01:00 committed by GitHub
parent 9608bc5799
commit 30dd5e6a55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
// can be user defined in my_user_config.h
#ifndef WE517_SPEED
#define WE517_SPEED 9600 // default WE517 Modbus address
#define WE517_SPEED 9600 // default WE517 baudrate
#endif
// can be user defined in my_user_config.h
#ifndef WE517_ADDR