mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
changed default value for universe2
This commit is contained in:
parent
3c5d605b67
commit
e2fae21314
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ void setup()
|
|||
config.begin("dmx", true);
|
||||
|
||||
universe1 = config.getUInt("universe-1", 1);
|
||||
universe2 = config.getUInt("universe-2", 1);
|
||||
universe2 = config.getUInt("universe-2", 2);
|
||||
|
||||
direction1 = static_cast<Direction>(config.getUInt("direction-1", 0));
|
||||
direction2 = static_cast<Direction>(config.getUInt("direction-2", 1));
|
||||
|
|
Loading…
Add table
Reference in a new issue