Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with leds on slot change #160

Open
secit-pl opened this issue Sep 29, 2023 · 0 comments
Open

Problem with leds on slot change #160

secit-pl opened this issue Sep 29, 2023 · 0 comments

Comments

@secit-pl
Copy link

secit-pl commented Sep 29, 2023

There is some problem with current slot indication while using in the same time the usb cli and the buttons:

On firmware version v2.0.0 do:

  1. change slots using buttons to check if we have 3 slots set
  2. first slot is red
  3. press button to next slot - slot 2 is green
  4. press button to next slot - slot 3 is blue

While changing the slots using buttons the colors are always the same (in my case 1: red, 2: green: 3 blue). Now lets connect to cli:

  1. using buttons change current slot to 3 (led 3 is blue)
  2. hw slot change -s 1 - slot has changed to 1 but now slot 1 led is red and slot 3 is red (should be slot 1:red, 3:off)
  3. hw slot change -s 2 - slot has changed to 2 but now slot 2 led is red and slot 3 is red (should be slot 2:green, 3 off)
  4. hw slot change -s 3 - slot has changed to 3 but now slot 3 led is red (not blue as it should be)
  5. Press button to previous slot, the slot 3 icon changes to blue and immediately it changes to slot 2 with green light (it looks like the led colors are corrected to the valid state)
  6. hw slot change -s 1 - slot has changed to 1 but now slot 1 led is red and slot 2 is red (should be slot 1:red, 2 off)
@secit-pl secit-pl changed the title Problem with led on slot change Problem with leds on slot change Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant