Merge pull request #650 from mwalker33/Settings

Settings Base
This commit is contained in:
Iceman
2020-04-06 10:45:58 +02:00
committed by GitHub
8 changed files with 244 additions and 2 deletions

View File

@@ -252,7 +252,8 @@ CMDSRCS = crapto1/crapto1.c \
flash.c \
wiegand_formats.c \
wiegand_formatutils.c \
cardhelper.c
cardhelper.c \
settings.c
cpu_arch = $(shell uname -m)
ifneq ($(findstring 86, $(cpu_arch)), )