Deal with SA818 and add -DSQL_TONE in Makefile
This commit is contained in:
3
Makefile
3
Makefile
@@ -408,8 +408,11 @@ endif
|
||||
ifeq ($(ENABLE_FEAT_F4HWN),1)
|
||||
CFLAGS += -DENABLE_FEAT_F4HWN
|
||||
CFLAGS += -DALERT_TOT=10
|
||||
CFLAGS += -DSQL_TONE=550 # For SA818, use 600 and python3 sa818.py --port /dev/ttyS2 radio --frequency 434.975 --ctcss 71.9 --tail Open
|
||||
CFLAGS += -DAUTHOR_STRING_1=\"$(AUTHOR_STRING_1)\" -DVERSION_STRING_1=\"$(VERSION_STRING_1)\"
|
||||
CFLAGS += -DAUTHOR_STRING_2=\"$(AUTHOR_STRING_2)\" -DVERSION_STRING_2=\"$(VERSION_STRING_2)\"
|
||||
else
|
||||
CFLAGS += -DSQL_TONE=550
|
||||
endif
|
||||
ifeq ($(ENABLE_FEAT_F4HWN_SCREENSHOT),1)
|
||||
CFLAGS += -DENABLE_FEAT_F4HWN_SCREENSHOT
|
||||
|
Reference in New Issue
Block a user