mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-23 11:07:09 -04:00
* Support for Acurite 00275rm and 00276rm sensors * Fix tabs in acurite_00275rm_callback * Remove temperature output in Fahrenheit, as sensor reports in Celcius. * For acurite 00275rm device, add crc check, and combine triplicate redundant signals into one signal. If three redundant bits differ, choose the majority value. * Replace custom crc function with crc16() from util.c.