Skip to content

Commit b6b7b52

Browse files
authored
Merge pull request #41 from HighCodeh/dev
fix(subghz): proposital typo to test github releases
2 parents 0b3b6ee + 1bd6d2f commit b6b7b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware_p4/components/Applications/SubGhz/subghz_analyzer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include "esp_log.h"
2222

23-
static const char *TAG = "SUBGHZ_ANALYZERR";
23+
static const char *TAG = "SUBGHZ_ANALYZER";
2424

2525
#define HIST_BIN_SIZE 50
2626
#define HIST_MAX_VAL 5000

0 commit comments

Comments
 (0)