remove const for phy
This commit is contained in:
parent
7ba521db62
commit
29cb184a13
2
Artnet.h
2
Artnet.h
@ -234,7 +234,7 @@ namespace arx {
|
|||||||
send_packet(ip);
|
send_packet(ip);
|
||||||
}
|
}
|
||||||
|
|
||||||
void physical(const uint8_t i) const { phy = constrain(i, 0, 3); }
|
void physical(const uint8_t i) { phy = constrain(i, 0, 3); }
|
||||||
|
|
||||||
uint8_t sequence() const { return seq; }
|
uint8_t sequence() const { return seq; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user