syslog call and code update

This commit is contained in:
richonguzman 2024-05-30 15:12:34 -04:00
parent 12bcc76452
commit f6793c01c4
4 changed files with 64 additions and 28 deletions

View file

@ -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) {