Skip to content

Commit

Permalink
fix comments for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wero1414 committed Oct 28, 2020
1 parent 262d602 commit 882f9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arduino-rfm/LoRaMAC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ void LORA_Cycle(sBuffer *Data_Tx, sBuffer *Data_Rx, RFM_command_t *RFM_Command,
if(LoRa_Settings->Mote_Class == 0x01)
{
// RX2 window
LoRa_Settings->Channel_Rx = Channel_Rx_2; // set Rx2 channel
LoRa_Settings->Datarate_Rx = Datarate_Rx_2; //set data rate Rx2
//LoRa_Settings->Channel_Rx = Channel_Rx_2; // set Rx2 channel
//LoRa_Settings->Datarate_Rx = Datarate_Rx_2; //set data rate Rx2
LORA_Receive_Data(Data_Rx, Session_Data, OTAA_Data, Message_Rx, LoRa_Settings);
if(Data_Rx->Counter > 0) {
Serial.print((char *)Data_Rx->Data);
Expand Down

0 comments on commit 882f9c8

Please sign in to comment.