Phil Crump 2019-06-09 15:36:07 +00:00 zatwierdzone przez GitHub
commit b7e1773502
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2384,7 +2384,7 @@ void SendTelnetMessage(int Channel, struct TServerInfo *TelnetInfo, int TimedOut
void displayChannel (int Channel) {
displayFrequency ( Channel, Config.LoRaDevices[Channel].Frequency );
displayFrequency ( Channel, Config.LoRaDevices[Channel].activeFreq );
displayLoRaParameters(
Channel,
@ -2824,4 +2824,4 @@ int main( int argc, char **argv )
return 0;
}
}