mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
testing new Syslog Comments info
This commit is contained in:
parent
2496c12763
commit
916cbade8c
4 changed files with 22 additions and 10 deletions
|
|
@ -218,7 +218,9 @@ namespace Utils {
|
|||
seventhLine = "RSSI:" + String(rssi) + "dBm SNR: " + String(snr) + "dBm";
|
||||
} else if (packet.indexOf(":!") >= 10 || packet.indexOf(":=") >= 10) {
|
||||
sixthLine = sender + "> GPS BEACON";
|
||||
GPS_Utils::getDistance(packet);
|
||||
if (!Config.syslog.active) {
|
||||
GPS_Utils::getDistanceAndComment(packet); // to be checked!!!
|
||||
}
|
||||
seventhLine = "RSSI:" + String(rssi) + "dBm";
|
||||
if (rssi <= -100) {
|
||||
seventhLine += " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue