Skip to content

Commit

Permalink
Fix E1.31 multicast support - actually initalize the universe value c…
Browse files Browse the repository at this point in the history
…orrectly
  • Loading branch information
netmindz committed Oct 20, 2023
1 parent 8abc0bc commit 65da648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/User/UserModE131.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ class UserModE131:public Module {
private:
ESPAsyncE131 e131;
boolean e131Created = false;
int universe, universeCount = 1;
uint16_t universe = 1;
uint8_t universeCount = 1;

};

Expand Down

0 comments on commit 65da648

Please sign in to comment.