mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 22:47:01 +00:00
updated screen size
This commit is contained in:
parent
06c74b636b
commit
d0eccf3e5f
4 changed files with 14 additions and 10 deletions
|
|
@ -136,9 +136,9 @@ void checkBeaconInterval() {
|
|||
beacon_update = false;
|
||||
|
||||
}
|
||||
/*if (statusAfterBoot) {
|
||||
if (statusAfterBoot) {
|
||||
processStatus();
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
void checkDisplayInterval() {
|
||||
|
|
@ -181,10 +181,9 @@ void typeOfPacket(String packet, String packetType) {
|
|||
String addresseeAndMessage = packet.substring(packet.indexOf("::")+2);
|
||||
String addressee = addresseeAndMessage.substring(0, addresseeAndMessage.indexOf(":"));
|
||||
addressee.trim();
|
||||
seventhLine = sender + " > " + addressee;
|
||||
Serial.println("mensaje desde " + seventhLine);
|
||||
sixthLine = sender + " > " + addressee;
|
||||
} else {
|
||||
seventhLine = sender + "> MESSAGE";
|
||||
sixthLine = sender + "> MESSAGE";
|
||||
}
|
||||
seventhLine = "RSSI: 38dBm SNR: 6dBm";
|
||||
} else if (packet.indexOf(":>") >= 10) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue