mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 21:58:53 +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()
|
void setup()
|
||||||
{
|
{
|
||||||
|
setupLogger();
|
||||||
setStatus(Status::Starting);
|
setStatus(Status::Starting);
|
||||||
pinMode(PIN_LED, OUTPUT);
|
pinMode(PIN_LED, OUTPUT);
|
||||||
updateLed();
|
updateLed();
|
||||||
setupLogger();
|
|
||||||
logMessage(INFO, tag::SYSTEM, "Interface starting...");
|
logMessage(INFO, tag::SYSTEM, "Interface starting...");
|
||||||
logMessage(INFO, tag::SYSTEM, "Test %s", "hello world");
|
|
||||||
// Get ETH mac
|
// Get ETH mac
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue