diff --git a/src/main.cpp b/src/main.cpp index 5f42716..4db5c39 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -88,7 +88,7 @@ void setup() { Log.notice(u8"📡 Platform %s version %s", Platform::name(), Platform::version()); Log.notice(u8"Setting timezone to +2 (CEST)"); - Platform::setTimezone(+2); + Platform::setTimezone(+1); Log.trace(u8"Setting up platform...");