TallyArbiter icon indicating copy to clipboard operation
TallyArbiter copied to clipboard

[Bug]: M5StickCPlus two issues with 3.0.1

Open Fred-DTV opened this issue 3 years ago • 2 comments

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

Fred-DTV avatar Jan 31 '22 17:01 Fred-DTV

Hey @DachsbauTV!

Have a look at the new listener client. We pushed an update that should fix those issues.

JTF4 avatar Mar 21 '22 05:03 JTF4

Is this still an issue using 3.0.5 with a listener client based on the same code base?

Jocke4f avatar Dec 31 '23 12:12 Jocke4f