소스 검색

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