mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 05:38:54 +00:00
refactor setup
This commit is contained in:
parent
c4efc4cecf
commit
f465cdced5
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue