mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-27 10:54:16 +01:00
start
This commit is contained in:
parent
ec3f3f1fa9
commit
e433e375e5
|
|
@ -22,6 +22,8 @@ void processPacket(String packet, int rssi, float snr, int freqError) {
|
|||
}
|
||||
|
||||
void setup() {
|
||||
|
||||
// ver hostname "ESP32 LoRa APRS iGate" ?
|
||||
if (Config.syslog.active) {
|
||||
logger.setSyslogServer(Config.syslog.server, Config.syslog.port, "ESP32 LoRa APRS iGate");
|
||||
Serial.println("Syslog Server (" + Config.syslog.server + ") connected!\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue