mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-04 07:40:14 +01:00
remove default in header
This commit is contained in:
parent
51bdf9aa87
commit
5d5cc2adc8
|
|
@ -134,7 +134,7 @@ public:
|
|||
|
||||
class Syslog {
|
||||
public:
|
||||
Syslog() : active(true), server("syslog.lora-aprs.info"), port(514) {
|
||||
Syslog() : active(true), server(""), port(514) {
|
||||
}
|
||||
|
||||
bool active;
|
||||
|
|
|
|||
Loading…
Reference in a new issue