mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
RTS support and offline status (Fix#1)
This commit is contained in:
parent
32cc20219a
commit
aa7750997a
@ -736,7 +736,7 @@
|
||||
#define D_SENSOR_ZIGBEE_RXD "ZigBee RX"
|
||||
#define D_SENSOR_ZIGBEE_RST "ZigBee RST"
|
||||
#define D_SENSOR_SOLAXX1_TX "SolaxX1 TX"
|
||||
#define D_SENSOR_SOLAXX1_RX "SolaxX1 Rx"
|
||||
#define D_SENSOR_SOLAXX1_RX "SolaxX1 RX"
|
||||
#define D_SENSOR_SOLAXX1_RTS "SolaxX1 RTS"
|
||||
#define D_SENSOR_IBEACON_TX "iBeacon TX"
|
||||
#define D_SENSOR_IBEACON_RX "iBeacon RX"
|
||||
|
@ -156,7 +156,6 @@ void solaxX1_RS485Send(uint16_t msgLen)
|
||||
}
|
||||
|
||||
if (PinUsed(GPIO_SOLAXX1_RTS)) {
|
||||
AddLog(LOG_LEVEL_DEBUG, PSTR("SX1: RTS-high"));
|
||||
digitalWrite(Pin(GPIO_SOLAXX1_RTS), HIGH);
|
||||
}
|
||||
solaxX1Serial->flush();
|
||||
|
Loading…
x
Reference in New Issue
Block a user