Accepting request 508924 from home:mnhauke:sdr-devel

- Update to version 0.0.1+git.20170708:
  * prevent bad messages of all 1 that falsely check ok with crc.
  * adding IBIS beacon
  * fix Company name, output flags and tire pressure/temperature
  * proper units for pressure, units for power, fix OS output fields
  * adding Oil Ultrasonic Standard protocol
  * hop interval param added (multiple frequencies)
  * updated README.md
  * typo fix
  * pipe symbol with HTML code
  * Update README.md
  * Added data struct for efergye2 (#540)
  * fix fabsf() in integer context (#551)
  * adding Citroen TPMS device
  * bugfix, bitbuffer needs to be initialized
  * adding Oil Ultrasonic STANDARD using ASK on 915MHz
  * Honda remote: fix an out of bounds array access
  * Removed use of pow() (#557)
  * Possible bugfix for issue #136
  * Update .gitignore
  * Fix hex output padding for unit ID field for lightwaverf.
  * Thermopro TP-11.
  * Move TP-11 to the end.
  * Thermopro TP-11 changes:   - exit early if not enough matching rows are found   - simplify bits_per_row check   - local_time_str happens after decoding data
  * Fix sign error.
  * Variable declarations are at the top of the function.
  * Solight TE44 wireless thermometer
  * Fix spelling in documentation
  * adding Wireless Smoke and Heat Detector GS 558

OBS-URL: https://build.opensuse.org/request/show/508924
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=4
This commit is contained in:
Martin Pluskal
2017-07-08 19:02:13 +00:00
committed by Git OBS Bridge
parent e3cc4da80d
commit 38775f184f
5 changed files with 46 additions and 6 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Sat Jul 08 09:02:24 UTC 2017 - mardnh@gmx.de
- Update to version 0.0.1+git.20170708:
* prevent bad messages of all 1 that falsely check ok with crc.
* adding IBIS beacon
* fix Company name, output flags and tire pressure/temperature
* proper units for pressure, units for power, fix OS output fields
* adding Oil Ultrasonic Standard protocol
* hop interval param added (multiple frequencies)
* updated README.md
* typo fix
* pipe symbol with HTML code
* Update README.md
* Added data struct for efergye2 (#540)
* fix fabsf() in integer context (#551)
* adding Citroen TPMS device
* bugfix, bitbuffer needs to be initialized
* adding Oil Ultrasonic STANDARD using ASK on 915MHz
* Honda remote: fix an out of bounds array access
* Removed use of pow() (#557)
* Possible bugfix for issue #136
* Update .gitignore
* Fix hex output padding for unit ID field for lightwaverf.
* Thermopro TP-11.
* Move TP-11 to the end.
* Thermopro TP-11 changes: - exit early if not enough matching rows are found - simplify bits_per_row check - local_time_str happens after decoding data
* Fix sign error.
* Variable declarations are at the top of the function.
* Solight TE44 wireless thermometer
* Fix spelling in documentation
* adding Wireless Smoke and Heat Detector GS 558
* adding Generic off-brand wireless motion sensor and alarm system
* remove false positives from Esperanza/Kedsum
* replace binary literals with hex
* fix misc typos and reduce efergy false positives
* allow WH2 to miss the first sync bit for WH5 support
* reject false positive and fix wrong field index and minimum bit count
* fix compiler warnings; possible undef bug; signed/unsigned
-------------------------------------------------------------------
Mon May 15 20:26:05 UTC 2017 - mardnh@gmx.de