Browse Source

Update uart_mqtt

cleaned up code and added debug
rfm69
AlbertWeterings 6 years ago
committed by GitHub
parent
commit
79a062adb8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      code/espurna/uart_mqtt

+ 0
- 2
code/espurna/uart_mqtt View File

@ -59,9 +59,7 @@ void _UARTtoMQTTMqttCallback(unsigned int type, const char * topic, const char *
if (isUARTOut) {
_uartSendMQTTtoUART(payload);
}
}
}
#endif


Loading…
Cancel
Save