Add crc32 for checksums and implement sending proper payloads
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
e451466633
commit
bacc08e594
4 changed files with 216 additions and 26 deletions
|
@ -8,6 +8,7 @@ pkg_search_module(LIBUSB1 REQUIRED libusb-1.0)
|
|||
|
||||
add_library(
|
||||
nrealAirLibrary
|
||||
src/crc32.c
|
||||
src/device3.c
|
||||
src/device4.c
|
||||
)
|
||||
|
|
Reference in a new issue