Skip to content

Commit

Permalink
Fix protoview patable adding in custom modulations
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jun 12, 2023
1 parent 4f0d201 commit d1c970b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/external/protoview/signal_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ bool save_signal(ProtoViewApp* app, const char* filename) {
for(int j = 0; regs[j]; j += 2) {
furi_string_cat_printf(custom, "%02X %02X ", (int)regs[j], (int)regs[j + 1]);
}
// Add patable
furi_string_cat(custom, "00 00 C0 00 00 00 00 00 00 00 ");
//size_t len = furi_string_size(file_content);
//furi_string_set_char(custom, len - 1, '\n');
furi_string_cat(custom, "\n");
Expand Down

0 comments on commit d1c970b

Please sign in to comment.