瀏覽代碼

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