revert gif decoder call

This commit is contained in:
Stephan Mühl
2023-04-07 23:29:27 +02:00
parent 70b68e14c4
commit 47493062b4
9 changed files with 452 additions and 607 deletions

View File

@@ -59,13 +59,16 @@ void BootAnimation(void *parameter)
void setup()
{
pinMode(15, OUTPUT);
digitalWrite(15, LOW);
delay(2000);
loadSettings();
Serial.begin(115200);
PeripheryManager.setup();
ServerManager.loadSettings();
DisplayManager.setup();
DisplayManager.HSVtext(9, 6, VERSION, true, 0);
delay(500);
PeripheryManager.playBootSound();
xTaskCreatePinnedToCore(BootAnimation, "Task", 10000, NULL, 1, &taskHandle, 0);
ServerManager.setup();