This commit is contained in:
richonguzman 2023-07-05 07:50:33 -04:00
parent 753d7d1e81
commit 23302ab75a
3 changed files with 4 additions and 1 deletions

View file

@ -207,6 +207,9 @@ void typeOfPacket(String packet, String packetType) {
seventhLine += " ";
}
seventhLine += "D:" + distance + "km";
} else if (packet.indexOf(":T#") >= 10 && packet.indexOf(":=/") == -1) {
sixthLine = sender + "> TELEMETRY";
seventhLine = "RSSI:" + String(rssi) + "dBm SNR: " + String(snr) + "dBm";
} else {
sixthLine = sender + "> ??????????";
seventhLine = "RSSI:" + String(rssi) + "dBm SNR: " + String(snr) + "dBm";