This website requires JavaScript.
Explore
Help
Sign In
AkaiiKitsune
/
aimeio-cardreader
Watch
1
Star
0
Fork
0
You've already forked aimeio-cardreader
Code
Releases
4
Activity
master
aimeio-cardreader
/
meson.build
9 lines
109 B
Meson
Raw
Permalink
Normal View
History
Unescape
Escape
aimeio-pcsc: vcs
2024-01-10 16:31:47 +01:00
project
(
Added ACR122U support This currently only really works well with felica lite cards (amusement IC). Older cards or different types (Mifare) should work too but their id won't be correct. Updated readme Edited build64.bat
2024-02-24 10:30:13 +01:00
'aimeio_scard'
,
aimeio-pcsc: vcs
2024-01-10 16:31:47 +01:00
'c'
,
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:27:27 +02:00
version
:
'0.4.0'
aimeio-pcsc: vcs
2024-01-10 16:31:47 +01:00
)
inc
=
include_directories
(
'.'
)
Added ACR122U support This currently only really works well with felica lite cards (amusement IC). Older cards or different types (Mifare) should work too but their id won't be correct. Updated readme Edited build64.bat
2024-02-24 10:30:13 +01:00
subdir
(
'src/'
)
Copy Permalink