refactor setup

This commit is contained in:
HendrikRauh 2025-05-27 22:32:25 +02:00
parent c4efc4cecf
commit f465cdced5

View file

@ -160,12 +160,11 @@ void onButtonPress()
void setup()
{
setupLogger();
setStatus(Status::Starting);
pinMode(PIN_LED, OUTPUT);
updateLed();
setupLogger();
logMessage(INFO, tag::SYSTEM, "Interface starting...");
logMessage(INFO, tag::SYSTEM, "Test %s", "hello world");
// Get ETH mac
delay(1000);