mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
c1bb10a694
* WS: add protocol Acurite-606TX * WS: history, added display of the channel (if any) in the general list * WS: added display of the button state if it is on the transmitter, and displaying the data that is in the signal * WS: fix batt info * WS: add protocol LaCrosse_TX141THBv2 * WS; fix syntax * Furi: bump api_symbols version Co-authored-by: あく <alleteam@gmail.com>
11 lines
278 B
C
11 lines
278 B
C
#pragma once
|
|
#include "../weather_station_app_i.h"
|
|
|
|
#include "infactory.h"
|
|
#include "thermopro_tx4.h"
|
|
#include "nexus_th.h"
|
|
#include "gt_wt_03.h"
|
|
#include "acurite_606tx.h"
|
|
#include "lacrosse_tx141thbv2.h"
|
|
|
|
extern const SubGhzProtocolRegistry weather_station_protocol_registry;
|