Update LoRa_APRS_Tracker.cpp

This commit is contained in:
Jean Pierre Lathuile 2023-03-13 11:44:22 +01:00 committed by GitHub
parent 27556ecc24
commit 062873e699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -369,7 +369,6 @@ void loop() {
while (LoRa.available()) { // read packet
rxdata += (char)LoRa.read();
}
rxdata += "' with RSSI ";
rxdata += (LoRa.packetRssi());
show_display("<< RX RX >>", rxdata);