AlbertWeterings
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
code/espurna/espurna.ino
|
|
@ -147,8 +147,8 @@ void setup() { |
|
|
|
#if SCHEDULER_SUPPORT
|
|
|
|
schSetup(); |
|
|
|
#endif
|
|
|
|
#ifdef UARTtoMQTT
|
|
|
|
UARTtoMQTTSetup(); |
|
|
|
#ifdef UART_MQTT_SUPPORT
|
|
|
|
uart_mqttSetup(); |
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|