|
@@ -162,7 +162,7 @@ void sendUDPMessage(char *p, bool sensorData) {
|
|
|
// Public interface for forwaring a NEXA code to the next transceiver.
|
|
|
void forwardNEXAMessage(char *p) {
|
|
|
|
|
|
- if( udpForwardQueue != NULL ) xQueueSend( udpForwardQueue, p, 0 );
|
|
|
+ //if( udpForwardQueue != NULL ) xQueueSend( udpForwardQueue, p, 0 );
|
|
|
}
|
|
|
|
|
|
|