main: update timezone to berlin :)

This commit is contained in:
Torrie Fischer 2023-02-18 16:30:00 +01:00
parent 043925cb55
commit e375c9d890

View File

@ -435,10 +435,11 @@ void setup() {
Log.notice(u8"🐞 I am built for %d LEDs running on %dmA", HardwareConfig::MAX_LED_NUM, PSU_MILLIAMPS);
Log.notice(u8"📡 Platform %s version %s", Platform::name(), Platform::version());
Log.notice(u8"Setting timezone to -7 (PST)");
Platform::setTimezone(-7);
Log.notice(u8"Setting timezone to +2 (CEST)");
Platform::setTimezone(+2);
Log.notice(u8"Setting up platform...");
Log.notice(u8" Setting up platform...");
Platform::setup();
Platform::bootSplash();