Compare commits

..

2 Commits

Author SHA1 Message Date
44688bf9be Fixed an off-by-one error and config loading for reader name
Reading card 3 and above resulted in an off by one error that always threw a "this line isn't X bytes long" error.

Readername now always gets properly loaded from config :
I've added comments in the config file to make it obvious what each line does but that fucked up the reader name config. i'm now discarding the comment after loading the line.

Updated readme.md
2024-04-24 14:56:11 +02:00
15ea3691e4 Added support for Mifare 1K, Added option for disabling buzzer
Haven't been able to test m1k support with an aime card since i don't have any, but i have validated that the code does read the block 2 of m1k tags.

Added two new options in settings :
- One to not error out if a reader is missing
- One to force using a reader using it's name.
2024-04-24 14:56:11 +02:00

Diff Content Not Available