You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
change slots using buttons to check if we have 3 slots set
first slot is red
press button to next slot - slot 2 is green
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:
using buttons change current slot to 3 (led 3 is blue)
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)
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)
hw slot change -s 3 - slot has changed to 3 but now slot 3 led is red (not blue as it should be)
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)
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)
The text was updated successfully, but these errors were encountered:
secit-pl
changed the title
Problem with led on slot change
Problem with leds on slot change
Oct 2, 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:
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:
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)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)hw slot change -s 3
- slot has changed to 3 but now slot 3 led is red (not blue as it should be)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)The text was updated successfully, but these errors were encountered: