Update shakewake menu option

This commit is contained in:
Riku Isokoski 2022-01-06 15:21:05 +02:00
parent e8fc46ba20
commit 97cbe34963
1 changed files with 1 additions and 1 deletions

View File

@ -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}
}}; }};