mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-22 10:37:03 -04:00
Fix Autotools build (closes #1309)
This commit is contained in:
@@ -78,7 +78,7 @@ sample_rate 250k
|
||||
|
||||
# as command line option:
|
||||
# [-G] Enable blacklisted device decoding protocols, for testing only.
|
||||
register_all false
|
||||
#register_all false
|
||||
|
||||
# as command line option:
|
||||
# [-X <spec> | help] Add a general purpose decoder (prepend -R 0 to disable all decoders)
|
||||
@@ -104,7 +104,7 @@ samples_to_read 0
|
||||
|
||||
# as command line option:
|
||||
# [-a] Analyze mode. Print a textual description of the signal. Disables decoding
|
||||
analyze false
|
||||
#analyze false
|
||||
|
||||
# as command line option:
|
||||
# [-A] Pulse Analyzer. Enable pulse analysis and decode attempt
|
||||
|
||||
@@ -28,6 +28,7 @@ rtl_433_SOURCES = abuf.c \
|
||||
sdr.c \
|
||||
term_ctl.c \
|
||||
util.c \
|
||||
write_sigrok.c \
|
||||
devices/acurite.c \
|
||||
devices/akhan_100F14.c \
|
||||
devices/alecto.c \
|
||||
|
||||
Reference in New Issue
Block a user