Skip to content

Commit

Permalink
Infrared: increase max carrier limit (#4070)
Browse files Browse the repository at this point in the history
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
  • Loading branch information
skotopes and gsurkov authored Feb 12, 2025
1 parent 00f287e commit ac1b723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/furi_hal_include/furi_hal_infrared.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
extern "C" {
#endif

#define INFRARED_MAX_FREQUENCY 56000
#define INFRARED_MAX_FREQUENCY 1000000
#define INFRARED_MIN_FREQUENCY 10000

typedef enum {
Expand Down

0 comments on commit ac1b723

Please sign in to comment.