Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 25, 2023
1 parent 58cce98 commit 9121a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions config/examples/Opulo/Lumen_REV3/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
* Select a serial port to communicate with RS485 protocol
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define RS485_SERIAL_PORT 1
#define RS485_SERIAL_PORT 1
#ifdef RS485_SERIAL_PORT
//#define RS485_BUS_BUFFER_SIZE 128
#define RS485_BUS_BUFFER_SIZE 128
#endif

// Enable the Bluetooth serial interface on AT90USB devices
Expand Down Expand Up @@ -3566,8 +3566,3 @@

// Disable servo with M282 to reduce power consumption, noise, and heat when not in use
//#define SERVO_DETACH_GCODE

// Support for RS485 control
#define RS485_ENABLED
#define RS485_BUS_BUFFER_SIZE 128
#define RS485_SERIAL_PORT 1
9 changes: 2 additions & 7 deletions config/examples/Opulo/Lumen_REV4/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
* Select a serial port to communicate with RS485 protocol
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define RS485_SERIAL_PORT 1
#define RS485_SERIAL_PORT 1
#ifdef RS485_SERIAL_PORT
//#define RS485_BUS_BUFFER_SIZE 128
#define RS485_BUS_BUFFER_SIZE 128
#endif

// Enable the Bluetooth serial interface on AT90USB devices
Expand Down Expand Up @@ -3566,8 +3566,3 @@

// Disable servo with M282 to reduce power consumption, noise, and heat when not in use
#define SERVO_DETACH_GCODE

// Support for RS485 control
#define RS485_ENABLED
#define RS485_BUS_BUFFER_SIZE 128
#define RS485_SERIAL_PORT 1

0 comments on commit 9121a4c

Please sign in to comment.