Преглед на файлове

Disable nexa-forwarding for now.

Thomas Chef преди 4 години
родител
ревизия
4f69391980
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      main/udp_client.c

+ 1 - 1
main/udp_client.c

@@ -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 );
 }