Weather Station: Add protocol - Auriol HG0601A (#2056)

* Add protocol Auriol hg0601a: Made by @LY2NEO
* Improve readability of code: fix protocol name

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
MX
2022-11-28 22:08:28 +03:00
committed by GitHub
parent 769c53b6da
commit 97e8da7a7b
4 changed files with 339 additions and 0 deletions

View File

@@ -12,5 +12,6 @@
#include "oregon2.h"
#include "acurite_592txr.h"
#include "ambient_weather.h"
#include "auriol_hg0601a.h"
extern const SubGhzProtocolRegistry weather_station_protocol_registry;