minor improooooovment

This commit is contained in:
richonguzman 2023-04-14 11:48:40 -04:00
parent 6079af3e3c
commit 8941196863

View file

@ -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);
}
}
}