From d43f47ac18dc8a2ecfed2085e34043425b658b6b Mon Sep 17 00:00:00 2001 From: Stephen Hawes Date: Mon, 24 Apr 2023 23:07:53 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20LumenPnP=20RS485=20and=20I2C=20B?= =?UTF-8?q?us=20(#920)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Opulo/Lumen_REV3/Configuration.h | 4 ++-- config/examples/Opulo/Lumen_REV3/Configuration_adv.h | 2 +- config/examples/Opulo/Lumen_REV4/Configuration.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/examples/Opulo/Lumen_REV3/Configuration.h b/config/examples/Opulo/Lumen_REV3/Configuration.h index 8f9e34c6f6..ae7d168bf9 100644 --- a/config/examples/Opulo/Lumen_REV3/Configuration.h +++ b/config/examples/Opulo/Lumen_REV3/Configuration.h @@ -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 diff --git a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h index 27d2205008..1b05a9cd08 100644 --- a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h +++ b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h @@ -3396,7 +3396,7 @@ * echo:i2c-reply: from:99 bytes:5 data:hello */ -//#define EXPERIMENTAL_I2CBUS +#define EXPERIMENTAL_I2CBUS #if ENABLED(EXPERIMENTAL_I2CBUS) #define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave #endif diff --git a/config/examples/Opulo/Lumen_REV4/Configuration.h b/config/examples/Opulo/Lumen_REV4/Configuration.h index 347fcebe0d..138d1a9b5f 100644 --- a/config/examples/Opulo/Lumen_REV4/Configuration.h +++ b/config/examples/Opulo/Lumen_REV4/Configuration.h @@ -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