mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-22 08:07:06 +01:00
Init Serial on RELAY_PROVIDER_STM (#1130)
This commit is contained in:
@@ -140,7 +140,7 @@ void _systemSetupSpecificHardware() {
|
||||
|
||||
// These devices use the hardware UART
|
||||
// to communicate to secondary microcontrollers
|
||||
#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)
|
||||
Serial.begin(SERIAL_BAUDRATE);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user