Giraut
Results
2
comments of
Giraut
I have a genuine Indala 224 tag (we use them at work) and it's also cloned into my T5577 implant. Neither of them are read.
Update: it has something to do with threading in Windows. This (non-threaded) code works both in Linux and Windows: ``` from StreamDeck.DeviceManager import DeviceManager streamdeck = DeviceManager().enumerate()[0] streamdeck.device.open() streamdeck._reset_key_stream() key_states...