faploader api extension and lib fixes

OFW PR 1742 by hedger

keeping api version the same to allow compatibility 
it might be changed in next releases if api changes are destructive
This commit is contained in:
MX
2022-09-16 17:30:07 +03:00
parent e25148ce72
commit c894948d4f
6 changed files with 62 additions and 21 deletions

View File

@@ -9,6 +9,11 @@ env.Append(
],
SDK_HEADERS=[
File("#/lib/lfrfid/lfrfid_worker.h"),
File("#/lib/lfrfid/lfrfid_raw_worker.h"),
File("#/lib/lfrfid/lfrfid_raw_file.h"),
File("#/lib/lfrfid/lfrfid_dict_file.h"),
File("#/lib/lfrfid/tools/bit_lib.h"),
File("#/lib/lfrfid/protocols/lfrfid_protocols.h"),
],
)