mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-20 04:05:20 +01:00
minor improooooovment
This commit is contained in:
parent
6079af3e3c
commit
8941196863
|
|
@ -307,7 +307,7 @@ void loop() {
|
|||
AddresseAndMessage = newLoraMessage.substring(newLoraMessage.indexOf("::")+2);
|
||||
Addressee = AddresseAndMessage.substring(0, AddresseAndMessage.indexOf(":"));
|
||||
Message = AddresseAndMessage.substring(AddresseAndMessage.indexOf(":")+1);
|
||||
show_display(firstLine, secondLine, Sender + " --> " + Addressee, Message, 2000);
|
||||
show_display(firstLine, secondLine, Sender + " -> " + Addressee, Message, 2000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue