From c6e23818cee0b59317f52bfc86f9dd9638f9f07a Mon Sep 17 00:00:00 2001
From: Moritz Perschke <moritz.perschke@uibk.ac.at>
Date: Fri, 29 Jul 2022 16:21:19 +0200
Subject: [PATCH] now using UTC

---
 client/client/lib/espnow/src/espnow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/client/lib/espnow/src/espnow.cpp b/client/client/lib/espnow/src/espnow.cpp
index e539742..197ed71 100644
--- a/client/client/lib/espnow/src/espnow.cpp
+++ b/client/client/lib/espnow/src/espnow.cpp
@@ -8,7 +8,7 @@ uint8_t BROADCAST_MAC[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; // leaving this
 bool host_defined = false;
 esp_now_peer_info_t hostInfo;
 Preferences preferences;
-ESP32Time rtc(7200);
+ESP32Time rtc;
 
 void on_data_sent(const uint8_t *mac_addr, esp_now_send_status_t status){
     // go to sleep
-- 
GitLab