mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
update destination
This commit is contained in:
parent
32b91a97a3
commit
9769996717
4 changed files with 6 additions and 39 deletions
|
|
@ -11,7 +11,7 @@ namespace utils {
|
|||
|
||||
void processStatus() {
|
||||
delay(1000);
|
||||
String startupStatus = Config.callsign + ">APLR10,qAC:>" + Config.defaultStatus;
|
||||
String startupStatus = Config.callsign + ">APLRG1,qAC:>" + Config.defaultStatus;
|
||||
espClient.write((startupStatus + "\n").c_str());
|
||||
statusAfterBoot = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue