This commit is contained in:
HTotoo
2023-10-29 22:20:58 +01:00
parent 324d05cc5b
commit 86bbbaaa3d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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,
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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,
};