Skip to content

Commit

Permalink
Display activeFreq (with correction) Closes PiInTheSky#54.
Browse files Browse the repository at this point in the history
  • Loading branch information
philcrump committed Jul 7, 2018
1 parent efaadfc commit b90e368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway.c
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ void SendUplinkMessage( int Channel )

void displayChannel (int Channel) {

displayFrequency ( Channel, Config.LoRaDevices[Channel].Frequency );
displayFrequency ( Channel, Config.LoRaDevices[Channel].activeFreq );

displayLoRaParameters(
Channel,
Expand Down Expand Up @@ -2617,4 +2617,4 @@ int main( int argc, char **argv )

return 0;

}
}

0 comments on commit b90e368

Please sign in to comment.