mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-26 04:51:41 +02:00
just small code cleaning
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ namespace Utils {
|
||||
fifthLine = "LoRa Rx ----> LoRa Tx";
|
||||
sender = packet.substring(3,packet.indexOf(">"));
|
||||
}
|
||||
for (int i=sender.length();i<9;i++) {
|
||||
for (int i = sender.length(); i < 9; i++) {
|
||||
sender += " ";
|
||||
}
|
||||
if (packet.indexOf("::") >= 10) {
|
||||
|
||||
Reference in New Issue
Block a user