diff --git a/gateway.c b/gateway.c index 3c1992e..5f75eb9 100644 --- a/gateway.c +++ b/gateway.c @@ -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, @@ -2617,4 +2617,4 @@ int main( int argc, char **argv ) return 0; -} \ No newline at end of file +}