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