mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-28 16:52:33 +01:00
updated screen size
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user