tned73
tned73
The MifareUltralight implementation was for my use a bit too loose. introduced the OTP and Fuse structure to confirm with specification. The Mifare compatbility write is still open, Cloning with...
Without the Makefile setting SETTINGS += -DENABLE_EEPROM_SETTINGS The application still reads the EEPROM for default settings and the LogInit function still uses EEPROM. Due to the worn out EEPROM of...
Dear 3YOURMIND, thanks for the great work! I think I found a small issue: when using the following statement ``` ./manage.py lintmigrations --git-commit-id `git rev-parse master` ``` It will not...
TLDR; I would like to get a warning on changing/adding a foreign key for Postgresql that it locks the table and if the table is large, it could be locked...