mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-20 20:25:33 +01:00
betabetafinal
This commit is contained in:
parent
c4f6866b93
commit
2c36790188
|
|
@ -127,7 +127,7 @@ void loop() {
|
|||
beacon_update = true;
|
||||
}
|
||||
if (beacon_update) {
|
||||
Serial.println("---- Sending WeatherReport Beacon ----");
|
||||
Serial.println("\n---- Sending WeatherReport Beacon ----\n");
|
||||
espClient.write(WeatherReportBeaconPacket.c_str());
|
||||
lastTxTime = millis();
|
||||
beacon_update = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue