Merge fixes

This commit is contained in:
Willy-JL
2024-06-04 03:24:04 +01:00
parent 23da827361
commit 9ca5c2a231
6 changed files with 7 additions and 1 deletions

View File

@@ -43,7 +43,6 @@
#define SUBGHZ_MAX_LEN_NAME 64
#define SUBGHZ_EXT_PRESET_NAME true
#define SUBGHZ_RAW_THRESHOLD_MIN (-90.0f)
#define SUBGHZ_MEASURE_LOADING false
typedef struct {

View File

@@ -6,6 +6,8 @@
#include <assets_icons.h>
#include <m-array.h>
#include "subghz_read_raw.h"
#define FRAME_HEIGHT 12
#define MAX_LEN_PX 111
#define MENU_ITEMS 4u

View File

@@ -4,6 +4,8 @@
#include "../helpers/subghz_types.h"
#include "../helpers/subghz_custom_event.h"
#define SUBGHZ_RAW_THRESHOLD_MIN -90.0f
typedef struct SubGhzReadRAW SubGhzReadRAW;
typedef void (*SubGhzReadRAWCallback)(SubGhzCustomEvent event, void* context);