mods for syslog and PinPoint

This commit is contained in:
richonguzman 2023-10-06 11:11:39 -03:00
parent 0f8f082ff7
commit c5132b0eca
5 changed files with 26 additions and 14 deletions

View file

@ -40,9 +40,15 @@ namespace DIGI_Utils {
espClient.write(APRS_IS_Utils::createPacket(packet).c_str());
Serial.print("(Uploaded to APRS-IS)");
}
loraPacket = packet.substring(3);
//loraPacket = packet.substring(3);
//
loraPacket = packet.substring(3) + " test sM6";
//
loraPacket.replace("WIDE1-1", Config.callsign + "*");
delay(500);
//delay(500);
//
delay(5000);
//
LoRa_Utils::sendNewPacket("APRS", loraPacket);
display_toggle(true);
lastScreenOn = millis();