mirror of
https://github.com/esphome/esphome.git
synced 2026-03-01 10:24:19 -07:00
[e131] Use uint16_t for consumer refcount
Struct pads to 4 bytes either way due to alignment, so this is free.
This commit is contained in:
@@ -24,7 +24,7 @@ struct E131Packet {
|
||||
|
||||
struct UniverseConsumer {
|
||||
uint16_t universe;
|
||||
uint8_t consumers;
|
||||
uint16_t consumers;
|
||||
};
|
||||
|
||||
class E131Component : public esphome::Component {
|
||||
|
||||
Reference in New Issue
Block a user