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:
Martin Pluskal
2017-05-15 20:34:48 +00:00
committed by Git OBS Bridge
parent 17869576f5
commit e3cc4da80d
5 changed files with 35 additions and 6 deletions

View File

@@ -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