We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0b9e6 commit b497cc8Copy full SHA for b497cc8
code/espurna/system.ino
@@ -140,7 +140,7 @@ void _systemSetupSpecificHardware() {
140
141
// These devices use the hardware UART
142
// to communicate to secondary microcontrollers
143
- #if defined(ITEAD_SONOFF_RFBRIDGE) || defined(ITEAD_SONOFF_DUAL) || defined(STM_RELAY)
+ #if defined(ITEAD_SONOFF_RFBRIDGE) || defined(ITEAD_SONOFF_DUAL) || (RELAY_PROVIDER == RELAY_PROVIDER_STM)
144
Serial.begin(SERIAL_BAUDRATE);
145
#endif
146
0 commit comments