Skip to content

Commit 78a269b

Browse files
committed
rfbridge(build): move out of relay config section
1 parent 9be4f9f commit 78a269b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

code/espurna/config/types.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@
112112
#define RELAY_PROVIDER_LIGHTFOX RelayProvider::Lightfox
113113
#define RELAY_PROVIDER_TUYA RelayProvider::Tuya
114114

115-
#define RFB_PROVIDER_RCSWITCH 0
116-
#define RFB_PROVIDER_EFM8BB1 1
117-
118115
#define RELAY_MQTT_TOPIC_NORMAL RelayMqttTopicMode::Normal
119116
#define RELAY_MQTT_TOPIC_INVERSE RelayMqttTopicMode::Inverse
120117
#define RELAY_MQTT_TOPIC_RECEIVE_ONLY RelayMqttTopicMode::ReceiveOnly
@@ -129,6 +126,13 @@
129126
#define RELAY_LOCK_OFF RelayLock::Off
130127
#define RELAY_LOCK_ON RelayLock::On
131128

129+
//------------------------------------------------------------------------------
130+
// RFBRIDGE
131+
//------------------------------------------------------------------------------
132+
133+
#define RFB_PROVIDER_RCSWITCH 0
134+
#define RFB_PROVIDER_EFM8BB1 1
135+
132136
//------------------------------------------------------------------------------
133137
// UDP SYSLOG
134138
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)