qmsk/esp

config artnet universe UX

SpComb opened this issue · 1 comments

  • the lower-four-bits logic is undocumented/difficult to config correctly in the CLI/web UI
  • artnet_add_output crashes into a bootloop if universe & 0xFFF0 does not strictly match the artnet.universe
  • artnet.universe can be configured with a value that has 0x000F bits set, and will thus never pass the artnet_add_output check, and always enter a bootloop

e594e3c should have fixed the config, such that it is no longer possible to mis-configure the artnet universe