mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
subghz overflow experimental mode
This commit is contained in:
@@ -26,7 +26,7 @@ const char* const debug_pin_text[DEBUG_P_COUNT] = {
|
||||
"17(1W)",
|
||||
};
|
||||
|
||||
#define DEBUG_COUNTER_COUNT 16
|
||||
#define DEBUG_COUNTER_COUNT 17
|
||||
const char* const debug_counter_text[DEBUG_COUNTER_COUNT] = {
|
||||
"+1",
|
||||
"+2",
|
||||
@@ -36,6 +36,7 @@ const char* const debug_counter_text[DEBUG_COUNTER_COUNT] = {
|
||||
"+10",
|
||||
"+50",
|
||||
"OVFL",
|
||||
"OFEX",
|
||||
"No",
|
||||
"-1",
|
||||
"-2",
|
||||
@@ -54,6 +55,7 @@ const int32_t debug_counter_val[DEBUG_COUNTER_COUNT] = {
|
||||
10,
|
||||
50,
|
||||
65535,
|
||||
65534,
|
||||
0,
|
||||
-1,
|
||||
-2,
|
||||
|
||||
Reference in New Issue
Block a user