Commit Graph

1361 Commits

Author SHA1 Message Date
Christian W. Zuckschwerdt
72487f7869 Optimization use ints for limits in demod 2018-11-25 10:18:50 +01:00
Christian W. Zuckschwerdt
8a014ae436 Remove start_bit logic (superseded by sync) and demod_arg 2018-11-24 21:51:42 +01:00
Christian W. Zuckschwerdt
90a2548794 Clarify and clean HT680 decoder 2018-11-24 21:43:21 +01:00
Christian W. Zuckschwerdt
a26dcd6d45 Clarify and clean Waveman decoder 2018-11-24 20:07:39 +01:00
Christian W. Zuckschwerdt
0f0c125122 Remove demod_arg from decoders where unused 2018-11-24 19:58:00 +01:00
Christian W. Zuckschwerdt
e77c02a824 Remove empty CMake link 2018-11-24 11:06:43 +01:00
Christian W. Zuckschwerdt
48631bc807 Add Ambient Weather WH31E (#882) 2018-11-23 09:53:15 +01:00
Christian W. Zuckschwerdt
4c80e60c97 Allow multiple input files, positional args are input files 2018-11-23 09:49:51 +01:00
Christian W. Zuckschwerdt
dfc1d79479 Add option for output tagging 2018-11-23 09:49:51 +01:00
Christian W. Zuckschwerdt
4d5761830d Refactor digest into util 2018-11-22 19:38:04 +01:00
Christian W. Zuckschwerdt
6d1182a41f Update Ambient Weather F007TH digest 2018-11-22 19:31:30 +01:00
Christian W. Zuckschwerdt
aaebd0717a Change Maverick ET-73x keys 2018-11-22 19:10:15 +01:00
Christian W. Zuckschwerdt
396d5eb838 Simplify Maverick ET-73x 2018-11-22 19:05:13 +01:00
Christian W. Zuckschwerdt
09b5921c8c Update README, style fix 2018-11-22 08:46:45 +01:00
Michael Tatarinov
750232b081 Fix automake build. (#881) 2018-11-22 08:37:51 +01:00
Christian W. Zuckschwerdt
ff6a43fcd9 Fix crash by keeping the conf in mem for now 2018-11-22 08:31:09 +01:00
winterrace
8015777e54 Fix for latest additions on VS2015 (/17) (#879) 2018-11-21 21:29:26 +01:00
Christian W. Zuckschwerdt
32fb3b23b7 Fix getopt optopt again 2018-11-21 09:23:16 +01:00
Christian W. Zuckschwerdt
0daff858e8 Add a conf file parser (#790) 2018-11-21 08:06:36 +01:00
Christian W. Zuckschwerdt
87ccad9555 Update pulse analyzer flex suggestions 2018-11-20 19:10:55 +01:00
Christian W. Zuckschwerdt
462224880b Silence a few debug messages 2018-11-20 16:45:55 +01:00
Christian W. Zuckschwerdt
73705da17f Fix csv field registering 2018-11-20 14:41:27 +01:00
Christian W. Zuckschwerdt
51437d3097 Add missing Acurite CSV output fields 2018-11-20 13:55:24 +01:00
Christian W. Zuckschwerdt
de41a39336 Add some missing csv field declarations 2018-11-20 13:38:18 +01:00
Christian W. Zuckschwerdt
4e16269734 Fix csv output by initializing the fields after protocol options 2018-11-20 13:24:22 +01:00
Christian W. Zuckschwerdt
e4a8d5a8cb Fix compiler warning on signedness 2018-11-20 12:08:02 +01:00
Christian W. Zuckschwerdt
6306b59b2d Fix optopt (#873) 2018-11-20 08:39:43 +01:00
Christian W. Zuckschwerdt
273c042271 Split out option processing 2018-11-19 17:14:14 +01:00
Christian W. Zuckschwerdt
fa846cfe00 Fix protocol option change from 4f6f6f2 2018-11-19 17:07:37 +01:00
Thomas Kerin
2768780be7 Fix indentation for acurite (compiler warning) (#872) 2018-11-19 16:47:29 +01:00
Christian W. Zuckschwerdt
b0b0d3bc06 Use negative protocol numbers to disable a device 2018-11-19 15:59:39 +01:00
Christian W. Zuckschwerdt
4f6f6f2163 Pass num_devices to usage() 2018-11-19 14:59:15 +01:00
Christian W. Zuckschwerdt
931ed9aa99 Refactor local main vars to cfg 2018-11-19 13:59:17 +01:00
Christian W. Zuckschwerdt
35bf9a6e7b Change Ambient Weather TX-8300 model to AmbientWeather-TX8300 2018-11-19 09:43:13 +01:00
Christian W. Zuckschwerdt
7362c80af2 Add data_retain reference counting 2018-11-18 11:00:42 +01:00
Christian W. Zuckschwerdt
df9daea96d Fix flex help text (#870) 2018-11-18 10:02:28 +01:00
winterrace
02ddcd2506 Fix missing brackets (#868) 2018-11-17 20:40:14 +01:00
winterrace
4e0d5460f2 Print CSV header to selected output (#867) 2018-11-17 14:46:00 +01:00
Christian W. Zuckschwerdt
3030690c93 Use bitrow_print in various decoders 2018-11-17 14:24:43 +01:00
Christian W. Zuckschwerdt
bff9907b60 Add bitbuffer_debug, bitrow_print, bitrow_debug 2018-11-17 13:37:25 +01:00
Christian W. Zuckschwerdt
9f9532440b Rename TFA 30.3211.02 to Ambient Weather TX-8300 (see #846) 2018-11-17 12:30:56 +01:00
Christian W. Zuckschwerdt
569b6bed7a Update TFA 30.3211.02 2018-11-17 11:44:44 +01:00
ionum
95f3381f81 Add support for TFA 30.3211.02 (#831) 2018-11-17 11:17:54 +01:00
Christian W. Zuckschwerdt
ec52c26d4d Fix for add Emos TTX201 2018-11-17 10:58:42 +01:00
Koumes
aecca4fbcb Add Emos TTX201 (#782) 2018-11-17 10:49:28 +01:00
winterrace
0b3ebf5a19 am_analyze.c: Fix compilation under MS VS 2015/2017 (#866) 2018-11-16 23:02:48 +01:00
Christian W. Zuckschwerdt
674ea56f85 Update code style 2018-11-16 20:28:49 +01:00
Christian W. Zuckschwerdt
44eb26d70f Update code style 2018-11-16 08:08:22 +01:00
Christian W. Zuckschwerdt
6c327e834e Reduce decoder includes 2018-11-16 07:23:27 +01:00
Christian W. Zuckschwerdt
f0ae3a8316 Simplify decoder includes 2018-11-16 07:06:38 +01:00