mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 03:11:52 +03:00
9a9abd59e9
* WeatherStation: start * SubGhz: rename protocol magellen -> magellan * WeatherStation: err Unresolved symbols: {'subghz_protocol_decoder_base_get_string'} * WeatherStation: fix Unresolved symbols: {'subghz_protocol_decoder_base_get_string'} * Subghz: add set protocol_items * WeatherStation: adding your protocols * WS: add Infactory protocol * WS: add history * WS: add setting * WS: add lock * WS: add hopper frequency * WS: fix history * WS fix string_t -> FuriString* * WS: add images * WS: history record update when receiving data from the sensor again * WS: add receiver info, delete extra code * WS: add protocol ThermoPRO_TX4 * [FL-2900] SubGhz: Move icons in Sub-GHz * WS: add Notification * [FL-2890] SubGhz: Rename *_user files in resources to _user.example * WS: add about scene * WS: removing redundant code * WS: add protocol Nexus-TH * WS: add protocol GT_WT03 * WS: fix notification and rename "Weather Station" -> "Read Weather Station" * SubGhz: partial unit tests fix * SubGhz: fix unit_test * SubGhz: remove dead code * SubGhz: rename SubGhzPresetDefinition into SubGhzRadioPreset, cleanup subghz types. Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
41 lines
888 B
C
41 lines
888 B
C
#pragma once
|
|
#include "../registry.h"
|
|
|
|
#include "princeton.h"
|
|
#include "keeloq.h"
|
|
#include "star_line.h"
|
|
#include "nice_flo.h"
|
|
#include "came.h"
|
|
#include "faac_slh.h"
|
|
#include "nice_flor_s.h"
|
|
#include "came_twee.h"
|
|
#include "came_atomo.h"
|
|
#include "nero_sketch.h"
|
|
#include "ido.h"
|
|
#include "kia.h"
|
|
#include "hormann.h"
|
|
#include "nero_radio.h"
|
|
#include "somfy_telis.h"
|
|
#include "somfy_keytis.h"
|
|
#include "scher_khan.h"
|
|
#include "gate_tx.h"
|
|
#include "raw.h"
|
|
#include "linear.h"
|
|
#include "secplus_v2.h"
|
|
#include "secplus_v1.h"
|
|
#include "megacode.h"
|
|
#include "holtek.h"
|
|
#include "chamberlain_code.h"
|
|
#include "power_smart.h"
|
|
#include "marantec.h"
|
|
#include "bett.h"
|
|
#include "doitrand.h"
|
|
#include "phoenix_v2.h"
|
|
#include "honeywell_wdb.h"
|
|
#include "magellan.h"
|
|
#include "intertechno_v3.h"
|
|
#include "clemsa.h"
|
|
#include "oregon2.h"
|
|
|
|
extern const SubGhzProtocolRegistry subghz_protocol_registry;
|