mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-05 01:12:06 +02:00
minor improooooovment
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user