Skip to content

Commit

Permalink
✨ M485_PROTOCOL (#1079)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
  • Loading branch information
thisiskeithb and thinkyhead authored Jul 13, 2024
1 parent 554c1f8 commit f61b6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/examples/Opulo/Lumen_REV3/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
*/
#define RS485_SERIAL_PORT 1
#ifdef RS485_SERIAL_PORT
#define M485_PROTOCOL 1 // Check your host for protocol compatibility
#define RS485_BUS_BUFFER_SIZE 128
#endif

Expand Down
1 change: 1 addition & 0 deletions config/examples/Opulo/Lumen_REV4/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
*/
#define RS485_SERIAL_PORT 1
#ifdef RS485_SERIAL_PORT
#define M485_PROTOCOL 1 // Check your host for protocol compatibility
#define RS485_BUS_BUFFER_SIZE 128
#endif

Expand Down

0 comments on commit f61b6e8

Please sign in to comment.