forked from pool/rtl_433
Accepting request 495108 from home:mnhauke:sdr-devel
- Update to version 0.0.1+git.20170515: * Add files via upload * Add support for Fine Offset WH3080 weather station * Updated "quadrant" code for WGR968 * Restored 'static' variables * Bump MAX_PROTOCOLS to 78 * cleanup: replacing broken sprintf, removing debug code * fix short buffer: sprintf's output is always null-terminated * adding output redirection to files * Sensor GT-WT-02 Change REDME.md * fix sample_file_pos to actually count seconds, each sample is 16 bits (I+Q uint8's) * change data output fields to usual order * add missing "model" data output * add time to data output * Add support for Vaillant calorMatic 340f (VRT 340f) wireless central ceating control (868MHz) * adds a watchdog timer to async callback, abort if async events stop arriving * improving compatibility for Renkforce DM-7511 * Vaillant_vrt340f.c: Fix indentation, only whitespace changes * remove synthetic fahrenheit output. use `-C customary` to convert. * harmonize device data output to model instead of device or make, and crc instead of checksum * changing "crc", "checksum" to "mic" * delete stray trailing whitespace * normalize indentation to 4 spaces or one tab, depending on prevalence in each file * Update rtl_433.h OBS-URL: https://build.opensuse.org/request/show/495108 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=3
This commit is contained in:
parent
17869576f5
commit
e3cc4da80d
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/merbanan/rtl_433.git</param>
|
<param name="url">https://github.com/merbanan/rtl_433.git</param>
|
||||||
<param name="changesrevision">7dc8fa64422e6497c78c7e6f08362baf7ca64c53</param></service></servicedata>
|
<param name="changesrevision">1d07869e089c08d930213d793b6c408bfc07c669</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4d81d1f19a036d1c3cebd0a60ddc0843607d217dff696e19b17388e36e49340
|
|
||||||
size 144596
|
|
3
rtl_433-0.0.1+git.20170515.tar.xz
Normal file
3
rtl_433-0.0.1+git.20170515.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e2c4a7362cbcaaa10d31fd72fcc8f170cd086eef176dc206ce95da0ddb058fe
|
||||||
|
size 147176
|
@ -1,3 +1,32 @@
|
|||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 15 20:26:05 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.0.1+git.20170515:
|
||||||
|
* Add files via upload
|
||||||
|
* Add support for Fine Offset WH3080 weather station
|
||||||
|
* Updated "quadrant" code for WGR968
|
||||||
|
* Restored 'static' variables
|
||||||
|
* Bump MAX_PROTOCOLS to 78
|
||||||
|
* cleanup: replacing broken sprintf, removing debug code
|
||||||
|
* fix short buffer: sprintf's output is always null-terminated
|
||||||
|
* adding output redirection to files
|
||||||
|
* Sensor GT-WT-02 Change REDME.md
|
||||||
|
* fix sample_file_pos to actually count seconds, each sample is 16 bits (I+Q uint8's)
|
||||||
|
* change data output fields to usual order
|
||||||
|
* add missing "model" data output
|
||||||
|
* add time to data output
|
||||||
|
* Add support for Vaillant calorMatic 340f (VRT 340f) wireless central ceating control (868MHz)
|
||||||
|
* adds a watchdog timer to async callback, abort if async events stop arriving
|
||||||
|
* improving compatibility for Renkforce DM-7511
|
||||||
|
* Vaillant_vrt340f.c: Fix indentation, only whitespace changes
|
||||||
|
* remove synthetic fahrenheit output. use `-C customary` to convert.
|
||||||
|
* harmonize device data output to model instead of device or make, and crc instead of checksum
|
||||||
|
* changing "crc", "checksum" to "mic"
|
||||||
|
* delete stray trailing whitespace
|
||||||
|
* normalize indentation to 4 spaces or one tab, depending on prevalence in each file
|
||||||
|
* Update rtl_433.h
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 15 22:31:43 UTC 2017 - mardnh@gmx.de
|
Sat Apr 15 22:31:43 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 0.0.1+git.20170409
|
%define version_unconverted 0.0.1+git.20170515
|
||||||
|
|
||||||
Name: rtl_433
|
Name: rtl_433
|
||||||
Version: 0.0.1+git.20170409
|
Version: 0.0.1+git.20170515
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Turns RTL2832 dongle into a 433.92MHz generic data receiver
|
Summary: Turns RTL2832 dongle into a 433.92MHz generic data receiver
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user