mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-03 18:23:33 -07:00
Fix POCSAG pager RIC: text repetition (#172)
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ static bool pocsag_decode_message_word(SubGhzProtocolDecoderPocsag* instance, ui
|
|||||||
// Function called when current message got decoded, but other messages might follow
|
// Function called when current message got decoded, but other messages might follow
|
||||||
static void pocsag_message_done(SubGhzProtocolDecoderPocsag* instance) {
|
static void pocsag_message_done(SubGhzProtocolDecoderPocsag* instance) {
|
||||||
// append the message to the long-term storage string
|
// append the message to the long-term storage string
|
||||||
furi_string_cat_printf(
|
furi_string_printf(
|
||||||
instance->generic.result_ric, "\e#RIC: %" PRIu32 "\e# | ", instance->ric);
|
instance->generic.result_ric, "\e#RIC: %" PRIu32 "\e# | ", instance->ric);
|
||||||
furi_string_cat_str(instance->generic.result_ric, func_msg[instance->func]);
|
furi_string_cat_str(instance->generic.result_ric, func_msg[instance->func]);
|
||||||
if(instance->func != POCSAG_FUNC_ALERT1) {
|
if(instance->func != POCSAG_FUNC_ALERT1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user