syslog sm5 update

This commit is contained in:
richonguzman 2023-11-26 14:32:27 -03:00
parent 50f36c8402
commit d0f13560db
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ void log(String type, String packet, int rssi, float snr, int freqError) {
}
void setup() {
if (Config.syslog.active && (stationMode==1 || stationMode==2)) {
if (Config.syslog.active && (stationMode==1 || stationMode==2 || stationMode==5)) {
udpClient.begin(WiFi.localIP(), 0);
Serial.println("init : Syslog Server ... done! (at " + Config.syslog.server + ")");
}