mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-07 09:22:57 +02:00
betabetafinal
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user