mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 05:38:54 +00:00
analogWrite should also use ledc library; also added auto mac address for ethernet
This commit is contained in:
parent
c295017495
commit
ec624aba62
2 changed files with 54 additions and 35 deletions
|
@ -62,8 +62,8 @@ struct Config
|
|||
uint16_t esta_man {0x0000}; // ESTA manufacturer code
|
||||
uint8_t status1 {0x00}; // Unknown / Normal
|
||||
uint8_t status2 {0x08}; // sACN capable
|
||||
String short_name {"ChaosArtNet"};
|
||||
String long_name {"Chaos ArtNet Interface"};
|
||||
String short_name {"ChaosDMX"};
|
||||
String long_name {"ChaosDMX Interface"};
|
||||
String node_report {""};
|
||||
// Four universes from Device to Controller
|
||||
// NOTE: Only low 4 bits of the universes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue