Add universe_size field to E1.31 configuration to set number of channels per universe

This commit is contained in:
Adam Honse 2021-03-28 23:57:33 -05:00
parent 501a1ff489
commit 212c3e6297
3 changed files with 15 additions and 5 deletions

View file

@ -51,6 +51,7 @@ struct E131Device
zone_type type;
unsigned int matrix_width;
unsigned int matrix_height;
unsigned int universe_size;
e131_matrix_order matrix_order;
};