mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 22:47:01 +00:00
just small code cleaning
This commit is contained in:
parent
d004efb193
commit
df3b15ff35
5 changed files with 7 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue