1
0
Fork 0

disable Art-Net 1 and 2 by default

This commit is contained in:
Kevin Matz 2023-05-21 13:57:57 -04:00
parent 68ced05c57
commit b25cdb102b
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ struct GeneralStatus {
};
};
union {
uint8_t value2 = 0;
uint8_t value2 = 0b00010000; // 15-bit port-addresses (Art-Net 3 or 4)
struct {
bool web_config_available : 1; //!< supports web browser configuration.
bool DHCP_active : 1; //!< Nodes IP is DHCP configured.