mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
syslog call and code update
This commit is contained in:
parent
12bcc76452
commit
f6793c01c4
4 changed files with 64 additions and 28 deletions
|
|
@ -51,7 +51,7 @@ namespace Utils {
|
|||
delay(1000);
|
||||
status += ",qAC:>https://github.com/richonguzman/LoRa_APRS_iGate " + versionDate;
|
||||
APRS_IS_Utils::upload(status);
|
||||
SYSLOG_Utils::log(2, status,0,0,0); // APRSIS TX
|
||||
SYSLOG_Utils::log(2, status, 0, 0.0, 0); // APRSIS TX
|
||||
statusAfterBoot = false;
|
||||
}
|
||||
if (statusAfterBoot && !Config.beacon.sendViaAPRSIS && Config.beacon.sendViaRF) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue