Browse Source

added UARTtoMQTT

rfm69
AlbertWeterings 6 years ago
committed by GitHub
parent
commit
f9a478f885
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      code/espurna/espurna.ino

+ 4
- 0
code/espurna/espurna.ino View File

@ -147,6 +147,10 @@ void setup() {
#if SCHEDULER_SUPPORT
schSetup();
#endif
#ifdef UARTtoMQTT
UARTtoMQTTSetup();
#endif
// 3rd party code hook
#if USE_EXTRA


Loading…
Cancel
Save