Browse Source

Changed from hardware to feature

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

+ 2
- 2
code/espurna/espurna.ino View File

@ -147,8 +147,8 @@ void setup() {
#if SCHEDULER_SUPPORT
schSetup();
#endif
#ifdef UARTtoMQTT
UARTtoMQTTSetup();
#ifdef UART_MQTT_SUPPORT
uart_mqttSetup();
#endif


Loading…
Cancel
Save