mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
calling setStatus at the beginning
This commit is contained in:
parent
820a4d83cd
commit
1dc5587893
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,7 @@ enum class Status
|
|||
Critical
|
||||
};
|
||||
|
||||
Status status = Status::Starting;
|
||||
Status status;
|
||||
struct BlinkingConfig
|
||||
{
|
||||
int interval_ms;
|
||||
|
@ -154,6 +154,7 @@ void onButtonPress()
|
|||
|
||||
void setup()
|
||||
{
|
||||
setStatus(Status::Starting);
|
||||
Serial.begin(9600);
|
||||
|
||||
// Get ETH mac
|
||||
|
|
Loading…
Add table
Reference in a new issue