From b822698b8144897a19ba6414959b8cbb7c0eed28 Mon Sep 17 00:00:00 2001 From: theFeiter Date: Wed, 6 Jul 2022 22:53:17 +0200 Subject: [PATCH] uncomment --- FDRS_Gateway/FDRS_Gateway.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FDRS_Gateway/FDRS_Gateway.ino b/FDRS_Gateway/FDRS_Gateway.ino index 431c7c6..01acb53 100644 --- a/FDRS_Gateway/FDRS_Gateway.ino +++ b/FDRS_Gateway/FDRS_Gateway.ino @@ -136,7 +136,7 @@ void loop() { } client.loop(); // for recieving incoming messages and maintaining connection - //timeClient.update(); //update internal clock if possible + timeClient.update(); //update internal clock if possible #endif #ifdef USE_SD_LOG unsigned long current_millis = millis();