Merge pull request #916 from Riksu9000/shake_menuoption
Update shakewake menu option
This commit is contained in:
commit
f711f0f794
|
@ -59,7 +59,7 @@ std::unique_ptr<Screen> Settings::CreateScreen3() {
|
||||||
|
|
||||||
std::array<Screens::List::Applications, 4> applications {{
|
std::array<Screens::List::Applications, 4> applications {{
|
||||||
{Symbols::clock, "Chimes", Apps::SettingChimes},
|
{Symbols::clock, "Chimes", Apps::SettingChimes},
|
||||||
{Symbols::none, "Wake Sense", Apps::SettingShakeThreshold},
|
{Symbols::tachometer, "Shake Calib.", Apps::SettingShakeThreshold},
|
||||||
{Symbols::check, "Firmware", Apps::FirmwareValidation},
|
{Symbols::check, "Firmware", Apps::FirmwareValidation},
|
||||||
{Symbols::list, "About", Apps::SysInfo}
|
{Symbols::list, "About", Apps::SysInfo}
|
||||||
}};
|
}};
|
||||||
|
|
Loading…
Reference in a new issue