Browse Source
Update uart_mqtt
cleaned up code and added debug
rfm69
AlbertWeterings
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
code/espurna/uart_mqtt
|
|
@ -59,9 +59,7 @@ void _UARTtoMQTTMqttCallback(unsigned int type, const char * topic, const char * |
|
|
|
if (isUARTOut) { |
|
|
|
_uartSendMQTTtoUART(payload); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|