diff --git a/conf/rtl_433.example.conf b/conf/rtl_433.example.conf index c1dbf3f0..f746f2aa 100644 --- a/conf/rtl_433.example.conf +++ b/conf/rtl_433.example.conf @@ -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 | 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 diff --git a/src/Makefile.am b/src/Makefile.am index abe2c179..b377f302 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \