Good Monday

[SubGhz / RadioSettings] More flexible rolling counter rate;
Remove unused stuff & small UI revisal
This commit is contained in:
Eng1n33r
2023-08-28 00:02:48 +03:00
parent ce1336c0ed
commit a772408ee6
9 changed files with 33 additions and 110 deletions

View File

@@ -32,7 +32,7 @@ const char* const debug_pin_text[DEBUG_P_COUNT] = {
"17(1W)",
};
#define DEBUG_COUNTER_COUNT 6
#define DEBUG_COUNTER_COUNT 15
const char* const debug_counter_text[DEBUG_COUNTER_COUNT] = {
"+1",
"+2",
@@ -40,6 +40,15 @@ const char* const debug_counter_text[DEBUG_COUNTER_COUNT] = {
"+4",
"+5",
"+10",
"+100",
"0",
"-1",
"-2",
"-3",
"-4",
"-5",
"-10",
"-100",
};
const uint32_t debug_counter_val[DEBUG_COUNTER_COUNT] = {
1,
@@ -48,6 +57,15 @@ const uint32_t debug_counter_val[DEBUG_COUNTER_COUNT] = {
4,
5,
10,
100,
0,
-1,
-2,
-3,
-4,
-5,
-10,
-100,
};
static void subghz_scene_radio_settings_set_device(VariableItem* item) {