TallyArbiter
TallyArbiter copied to clipboard
[Bug]: M5StickCPlus two issues with 3.0.1
What happened?
Just testing our M5StickCPlus with the current TA version 3.0.1
Several problems I found:
- static IP settings are gone
- LED_preview & LED_program don't work properly
I've set Tally_EXTRA_OUTPUT to true and tried several LOW/HIGH Settings for the LEDs but nothing seemed to work right.
Additionally I think that the first if statement should be "program"
#if TALLY_EXTRA_OUTPUT if (actualType == "preview") { digitalWrite(led_program, LOW); digitalWrite (led_preview, LOW); digitalWrite (led_aux, HIGH); } else if (actualType == "preview") { digitalWrite(led_program, HIGH); digitalWrite (led_preview, HIGH); digitalWrite (led_aux, HIGH); } else if (actualType == "aux") { digitalWrite(led_program, HIGH); digitalWrite (led_preview, LOW); digitalWrite (led_aux, LOW); } else { digitalWrite(led_program, HIGH); digitalWrite (led_preview, LOW); digitalWrite (led_aux, HIGH); } #endif
Version
3.0.1
Distribution
Desktop
OS
Windows
What browsers are you seeing the problem on?
No response
If applicable, What Listener Clients are You Using?
No response
TallyArbiter configuration
No response
Relevant log output
No response
Error stacktrace (if applicable)
No response
Hey @DachsbauTV!
Have a look at the new listener client. We pushed an update that should fix those issues.
Is this still an issue using 3.0.5 with a listener client based on the same code base?