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
+1 -1
View File
@@ -20,7 +20,7 @@ Configuration Config;
WiFiClient espClient;
String versionDate = "2023.07.04";
String versionDate = "2023.07.05";
int myWiFiAPIndex = 0;
int myWiFiAPSize = Config.wifiAPs.size();
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
+3
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";