Skip to content

0.4.2

Compare
Choose a tag to compare
@SpComb SpComb released this 03 Feb 22:05
· 72 commits to master since this release
  • #18 Allow the GPIO status --gpio-green-pin, --gpio-red-pin options to be used without mapping any --gpio-tally-pin inputs

    Fix the tally Source.Connected state, and bring the GPIO green status pin high if there are any connected E2 systems, without expecting any --gpio-tally-pin input source to be present.

  • #19 Fix an off-by-N bug in the tally state after E2 inputs were removed

    The tally package confused the SourceCol's map[int]Source integer indexes with the []Source slice indexes. This caused the active output layer sources to be mapped to incorrect tally inputs in the case of non-consecutive Source IDs.