updated screen size

This commit is contained in:
richonguzman 2023-06-19 01:39:20 -04:00
parent 06c74b636b
commit d0eccf3e5f
4 changed files with 14 additions and 10 deletions

View file

@ -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) {