fix: correct XIAO RS485 UART pin mapping
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
#define SENSOR_NODE_NAME "xiao_c6_sensor_node"
|
||||
#define SENSOR_NODE_FIRMWARE_VERSION "0.2.0"
|
||||
#define SENSOR_NODE_FIRMWARE_VERSION "0.2.1"
|
||||
#define SENSOR_NODE_SCHEMA_VERSION 1
|
||||
#define RS485_DE_PIN D2
|
||||
#define RS485_TX_PIN D4
|
||||
#define RS485_RX_PIN D5
|
||||
#define RS485_RX_PIN D4
|
||||
#define RS485_TX_PIN D5
|
||||
#define BNO086_SDA_PIN D7
|
||||
#define BNO086_SCL_PIN D8
|
||||
#define GPS_RX_PIN D9
|
||||
|
||||
Reference in New Issue
Block a user