mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2025-12-06 07:12:15 +01:00
Update LoRa_APRS_Tracker.cpp
This commit is contained in:
parent
27556ecc24
commit
062873e699
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue