Browse Source

Added UARTtoMQTT

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

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

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


Loading…
Cancel
Save