rms5566

Results 28 comments of rms5566

Same problem occurs if you deny a credential recall. It does not happen if you accept a credential during recall

So if it has a purpose it should not be removed. It is okay like it is now.

I'm with GlitchOne. It is more intuitive when the scroll wheel is on the right side when you use the right-handed mode. Isn't the Mooltipass Mini Tutorial like that?

Ooh okay. Never change a running system! :) Didn't know that it is one system.

You could split the password and create two entry's on the mini. Of cause we would have problems with special characters but the password length is still valid. Example: Mini...

From eSSP.py remove line 313 and 314. Edit the get_last_event to this: ` def get_last_event(self): """Get the last event and delete it from the event list""" event = [0,0,0] if(len(self.events)...

Which Version of python you're using? I was using 3.7.x on a raspberry pi and it worked. Make sure that you execute and compile the library with the correct python...

On raspi pip used python 2.7. I had to use pip3 for python 3. I changed to the offical ITL C# Library on Windows and implemented the example code from...