Commit Graph

504 Commits

Author SHA1 Message Date
Christian W. Zuckschwerdt
2736df3762 Add support for WS2032 weather station (#1208) 2020-01-11 19:15:11 +01:00
Christian W. Zuckschwerdt
cbe18f7b44 Add timezone offset print option (#1207) 2020-01-11 19:03:31 +01:00
Christian W. Zuckschwerdt
8ed6eaf35c Clean up Archos-TBH code style 2020-01-09 13:27:00 +01:00
duc996
b5519f028f Add Archos-TBH support (#1199) 2020-01-09 12:25:49 +01:00
Christian W. Zuckschwerdt
9a23fbb998 Add Holman iWeather WS5029 older PWM (closes #947) 2020-01-08 16:43:17 +01:00
0x4d0x44
084e8f3033 Added support for FineOffset/ECOWITT WH51 (#1242)
* Added support for FineOffset/ECOWITT WH51
2020-01-08 00:30:02 +01:00
Christian W. Zuckschwerdt
9ad8c83d8c Cleanup minor warnings 2019-11-09 17:11:58 +01:00
Christian W. Zuckschwerdt
be95baee3c Fix minor warnings 2019-11-09 15:28:24 +01:00
Christian W. Zuckschwerdt
192553d439 Update Doxygen 2019-11-09 15:27:58 +01:00
Christian W. Zuckschwerdt
4c335231a1 Clean up doc comments 2019-11-09 11:16:28 +01:00
Christian W. Zuckschwerdt
bb8d2dc2a7 Fix stdbool clash with mongoose.h 2019-11-08 22:51:50 +01:00
Christian W. Zuckschwerdt
9f4829be13 Fix define collision with Mongoose 2019-11-06 17:16:50 +01:00
Christian W. Zuckschwerdt
dd612755b8 Fix missing header includes 2019-11-03 11:41:59 +01:00
Christian W. Zuckschwerdt
f9f7dad612 Add mongoose very pedantic fixes for style checkers 2019-11-03 11:19:58 +01:00
Daniel Krüger
81fe66005c Add InfluxDB output (#1192) 2019-11-03 11:09:09 +01:00
Benjamin Larsson
a664d0baac fsk: add min/max fsk pulse detector 2019-11-03 01:25:38 +03:00
Benjamin Larsson
5105b13c68 fsk: add Y option for selecting different fsk low pass coefficients
Prepatory work for new fsk pulse detector
2019-11-03 01:25:38 +03:00
Christian W. Zuckschwerdt
9e04f9336e Add mongoose pedantic fixes for style checkers 2019-11-01 13:41:52 +01:00
Christian W. Zuckschwerdt
620ca8c0fd Cleanup minor 2019-11-01 08:32:28 +01:00
Benjamin Larsson
4395fd2ad0 fsk: split out fsk pulse detector
Prepatory work for multiple fsk detectors
2019-10-31 20:00:43 +01:00
Christian W. Zuckschwerdt
660bfc3f50 Cleanup minor 2019-10-30 09:55:22 +01:00
Christian W. Zuckschwerdt
b785a67293 Fix overflow warnings from static analysis (#1183) 2019-10-30 09:31:29 +01:00
Christian W. Zuckschwerdt
fcb4d16651 Fix more warnings from static analysis (#1183) 2019-10-29 21:04:03 +01:00
Christian W. Zuckschwerdt
929b7fa20a Add streaming test bitbuffers (#1062) 2019-10-22 08:05:31 +02:00
Christian W. Zuckschwerdt
e4b061498d Add const to some char ptrs 2019-10-17 18:06:42 +02:00
Christian W. Zuckschwerdt
313fdfe241 Add unboxed types for data 2019-10-17 15:37:25 +02:00
Christian W. Zuckschwerdt
de8f73b0ed Add warnings on alloc failure, enforce alloc check style 2019-10-17 08:41:14 +02:00
Christian W. Zuckschwerdt
78a4fbed62 Add alloc checks, fixes #1156 2019-10-16 18:00:08 +02:00
Christian W. Zuckschwerdt
98675dace0 Add Auriol-HG02832 support (#1166) 2019-10-15 17:07:16 +02:00
Christian W. Zuckschwerdt
fe35d0b619 Upgrade Mongoose 6.13+patches to 6.16+patches 2019-10-14 08:03:19 +02:00
Christian W. Zuckschwerdt
dc4440babd Style update and integrate TPMS Elantra 2019-10-05 11:18:37 +02:00
jamaron
3a970d6644 Add Norgo NGE101 support (#1042) 2019-10-05 10:13:24 +02:00
halfbakery
a437704eca Convert read OOK pulse_data to current sample rate (#1160) 2019-10-05 08:30:13 +02:00
Christian W. Zuckschwerdt
6a832577cf Add support for Globaltronics GT-WT-03 (#1149) 2019-09-16 17:09:09 +02:00
Christian W. Zuckschwerdt
b23caac8b9 Add support for QUIGG GT-TMBBQ-05 (#1151) 2019-09-15 18:44:55 +02:00
Gisle Vanem
e6f124779d Fixes in Mongoose for MSVC debug-mode (-MDd) (#1146)
In debug-mode (_DEBUG is defined), 'strdup()' is already defined to '_strdmp_dbg()'.
And 'free()' is defined to '_free_dbg()'.
2019-09-09 12:11:10 +02:00
Christian W. Zuckschwerdt
8e1e26e06c Add ESIC-EMT7170 power meter (#1132) 2019-08-26 12:12:15 +02:00
Christian W. Zuckschwerdt
bb2b046d54 Add LaCrosse-TX141Bv3 support (#1134) 2019-08-25 21:18:37 +02:00
Christian W. Zuckschwerdt
c13c430edd Minor clean up 2019-08-23 13:08:12 +02:00
Christian W. Zuckschwerdt
dba984a45b Add color to console help output 2019-08-22 16:00:52 +02:00
Nicolas JOURDEN
dbe6e58c6e Add support for Philips AJ7010 (#1047) 2019-08-20 19:00:18 +02:00
Christian W. Zuckschwerdt
a43df3d416 Rename Philips AJ3650 source 2019-08-20 18:51:57 +02:00
Ryan Mounce
31350e6c62 Add Holman WS5029 decoder 2019-08-10 19:33:03 +02:00
Christian W. Zuckschwerdt
d728954866 Clean up code style on Acurite 2019-08-06 10:50:06 +02:00
mnhauke
cc8d16dc66 Fix some typos (#1111) 2019-07-16 22:21:24 +02:00
Christian W. Zuckschwerdt
5265c927ae Add '-E hop' option 2019-07-15 12:22:11 +02:00
Christian W. Zuckschwerdt
87eed511c6 Allow multiple hop times 2019-07-15 12:00:21 +02:00
Benjamin Larsson
3e7ab0ea3c Rubicson 48659 Cooking Thermometer 2019-07-07 23:28:41 +02:00
Christian W. Zuckschwerdt
2476ea8e9b Improve time arg parsing 2019-07-07 17:56:28 +02:00
Christian W. Zuckschwerdt
50bf96b9f5 Rename template to new_template to avoid reserved keyword (#1092) 2019-07-06 17:09:25 +02:00