Compare commits

..

4 Commits

Author SHA1 Message Date
1a690f3f32 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:54:53 +02:00
cf4c289253 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 block 2 of m1k tags.
2024-02-28 17:32:22 +01:00
cabf766316 partial : Fixed some dumb mistakes from my previous commit
Forgot a few characters here and there.

Test fully working with FeliCa.
Mifare tags do get recognized too, just need to write the logic to read block 2 now !
2024-02-28 13:02:50 +01:00
9994535f24 partial : Cleaned code a bit, prepping for reading Mifare 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-02-28 12:31:50 +01:00

Diff Content Not Available