mirror of
https://github.com/ravinrabbid/DonCon2040.git
synced 2024-11-20 03:37:07 +01:00
Reword Debounce Delay to Hold Time
This commit is contained in:
parent
c1b410d120
commit
b17b98068a
@ -9,7 +9,7 @@ const std::map<Menu::Page, const Menu::Descriptor> Menu::descriptors = {
|
|||||||
{{"Mode", Menu::Descriptor::Action::GotoPageDeviceMode}, //
|
{{"Mode", Menu::Descriptor::Action::GotoPageDeviceMode}, //
|
||||||
{"Brightness", Menu::Descriptor::Action::GotoPageLedBrightness}, //
|
{"Brightness", Menu::Descriptor::Action::GotoPageLedBrightness}, //
|
||||||
{"Sensitvty", Menu::Descriptor::Action::GotoPageTriggerThreshold}, //
|
{"Sensitvty", Menu::Descriptor::Action::GotoPageTriggerThreshold}, //
|
||||||
{"DebnceDly", Menu::Descriptor::Action::GotoPageDebounceDelay}, //
|
{"Hold Time", Menu::Descriptor::Action::GotoPageDebounceDelay}, //
|
||||||
{"Reset", Menu::Descriptor::Action::GotoPageReset}, //
|
{"Reset", Menu::Descriptor::Action::GotoPageReset}, //
|
||||||
{"BOOTSEL", Menu::Descriptor::Action::GotoPageBootsel}}, //
|
{"BOOTSEL", Menu::Descriptor::Action::GotoPageBootsel}}, //
|
||||||
0}}, //
|
0}}, //
|
||||||
@ -70,7 +70,7 @@ const std::map<Menu::Page, const Menu::Descriptor> Menu::descriptors = {
|
|||||||
|
|
||||||
{Menu::Page::DebounceDelay, //
|
{Menu::Page::DebounceDelay, //
|
||||||
{Menu::Descriptor::Type::Value, //
|
{Menu::Descriptor::Type::Value, //
|
||||||
"Debounce Delay (ms)", //
|
"Hit Hold Time (ms)", //
|
||||||
{{"", Menu::Descriptor::Action::SetDebounceDelay}}, //
|
{{"", Menu::Descriptor::Action::SetDebounceDelay}}, //
|
||||||
255}},
|
255}},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user