main: update timezone to berlin :)
This commit is contained in:
parent
043925cb55
commit
e375c9d890
@ -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"🐞 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"📡 Platform %s version %s", Platform::name(), Platform::version());
|
||||||
|
|
||||||
Log.notice(u8"Setting timezone to -7 (PST)");
|
Log.notice(u8"Setting timezone to +2 (CEST)");
|
||||||
Platform::setTimezone(-7);
|
Platform::setTimezone(+2);
|
||||||
|
|
||||||
Log.notice(u8"Setting up platform...");
|
Log.notice(u8"Setting up platform...");
|
||||||
|
|
||||||
Platform::setup();
|
Platform::setup();
|
||||||
Platform::bootSplash();
|
Platform::bootSplash();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user