Alexandr Zarubkin

Results 74 comments of Alexandr Zarubkin

As far as I can see, you've removed the conditional setting of variable (the line "fervor_gui {"). That way UI would be always enabled. I believe the user of Fervor...

OK, I'll use your patch as a base. I'm moving to Qt5 my projects now, so eventually I'll update Fervor with new patch. Thanks! :-)

Done, you can now test the conditional GUI enabling and disabling by adding or removing `"CONFIG += fervor_gui"` to your project file and recompile. You can use my fork of...

No, the branch is still there, just the link has been broken.

Yeah, this is gone if I disable my Kaspersky Endpoint Security 10.

Here's my two cents on this issue: I replaced that call with ``` try: output: str = o.decode("utf8") except: with open("subprocess_output.txt", "wb") as f: f.write(o) raise ``` and got a...

It seems my issue https://github.com/jordansissel/fpm/issues/2016 can be fixed by this PR as well.

Another possibility is, since I'm located in Russia, Orbot's Tor connection is brought down by DPI system. We have various VPN services blocked, and Tor is being blocked too, but...

It is used for CRC verification: when the device runs the message+CRC through the CRC algorithm again, it'll see a final value of `residue` if there were no transmission errors....

Now there is less than 1700 lines in MFRC522.cpp and I cannot find such code snippet. So the only relevant part of this issue is the question about CRC.