1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

Infrared: increase max carrier limit (#4070)

Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
This commit is contained in:
あく
2025-02-13 03:53:14 +09:00
committed by GitHub
parent 00f287e297
commit ac1b723436

View File

@@ -13,7 +13,7 @@
extern "C" { extern "C" {
#endif #endif
#define INFRARED_MAX_FREQUENCY 56000 #define INFRARED_MAX_FREQUENCY 1000000
#define INFRARED_MIN_FREQUENCY 10000 #define INFRARED_MIN_FREQUENCY 10000
typedef enum { typedef enum {