mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-17 20:19:43 -07:00
Fixes.
This commit is contained in:
@@ -160,8 +160,8 @@ void subghz_protocol_decoder_honeywell_get_string(void* context, FuriString* out
|
||||
|
||||
furi_string_cat_printf(
|
||||
output,
|
||||
"%s\r\n%dbit\r\n"
|
||||
"Sn:%07lu Ch:%u Bat:%d Hb: %d\r\n"
|
||||
"%s\r\n%dbit "
|
||||
"Sn:%07lu\r\nCh:%u Bat:%d Hb: %d\r\n"
|
||||
"L1: %u, L2: %u, L3: %u, L4: %u\r\n",
|
||||
instance->generic.protocol_name,
|
||||
instance->generic.data_count_bit,
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <lib/subghz/blocks/math.h>
|
||||
#include <lib/toolbox/manchester_decoder.h>
|
||||
|
||||
#define SUBGHZ_PROTOCOL_HONEYWELL_NAME "Honeywell"
|
||||
#define SUBGHZ_PROTOCOL_HONEYWELL_NAME "Honeywell(Ad)"
|
||||
|
||||
typedef struct SubGhzProtocolDecoderHoneywell SubGhzProtocolDecoderHoneywell;
|
||||
typedef struct SubGhzProtocolEncoderHoneywell SubGhzProtocolEncoderHoneywell;
|
||||
|
||||
@@ -31,6 +31,7 @@ const SubGhzProtocol* subghz_protocol_registry_items[] = {
|
||||
&subghz_protocol_bett,
|
||||
&subghz_protocol_doitrand,
|
||||
&subghz_protocol_phoenix_v2,
|
||||
&subghz_protocol_honeywell,
|
||||
&subghz_protocol_honeywell_wdb,
|
||||
&subghz_protocol_magellan,
|
||||
&subghz_protocol_intertechno_v3,
|
||||
@@ -62,7 +63,6 @@ const SubGhzProtocol* subghz_protocol_registry_items[] = {
|
||||
&ws_protocol_auriol_ahfl,
|
||||
&subghz_protocol_pocsag,
|
||||
&tpms_protocol_schrader_gg4,
|
||||
&subghz_protocol_honeywell,
|
||||
&subghz_protocol_bin_raw,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user