mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-07 15:36:24 +00:00
1.2
This commit is contained in:
parent
a2167b3b11
commit
d84d26f4b2
2 changed files with 4 additions and 13 deletions
|
|
@ -209,7 +209,7 @@ void loop() {
|
|||
Serial.println("---- Sending iGate Beacon ----");
|
||||
//String iGateBeaconPacket = Config.callsign + ">APRS,TCPIP*,qAC,CHILE:=" + currentWiFi->latitude + "L" + currentWiFi->longitude + "&" + Config.comment;
|
||||
String iGateBeaconPacket = Config.callsign + ">APRS,TCPIP*,qAC,CHILE:=" + Latitude + "L" + Longitude + "&" + Config.comment + "\n";
|
||||
Serial.println(iGateBeaconPacket);
|
||||
//Serial.println(iGateBeaconPacket);
|
||||
espClient.write(iGateBeaconPacket.c_str());
|
||||
lastTxTime = millis();
|
||||
display_toggle(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue