Skip to content

Commit

Permalink
Changed subghz_protocol_registry source
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lee committed Feb 1, 2024
1 parent 5c100bf commit 3a3a767
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ App(
stack_size=3 * 1024,
fap_icon="icons/xremote_10px.png",
fap_icon_assets="icons",
fap_version="2.1",
fap_version="2.2",
fap_category="Infrared",
fap_author="Leedave",
fap_description="One-Click, sends multiple commands",
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2
- Fixed incompatibility to Flipper-catalog / uFBT compiler

## v2.1
- Added ability to individually set IR Signal time

Expand Down
1 change: 0 additions & 1 deletion helpers/subghz/subghz_txrx.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "subghz_txrx_i.h"

//#include <lib/subghz/protocols/protocol_items.h>
#include <lib/subghz/subghz_protocol_registry.h>
#include <applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h>
#include <lib/subghz/devices/cc1101_int/cc1101_int_interconnect.h>
Expand Down

0 comments on commit 3a3a767

Please sign in to comment.