Skip to content

Commit

Permalink
Removed clock from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3y committed Aug 2, 2024
1 parent 1bc13db commit 0aa5a4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/main_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ void configOptions(){
options = {
{"Brightness", [=]() { setBrightnessMenu(); saveConfigs();}},
{"Dim Time", [=]() { setDimmerTimeMenu(); saveConfigs();}},
{"Clock", [=]() { setClock(); saveConfigs();}},
{"Orientation", [=]() { gsetRotation(true); saveConfigs();}},
{"UI Color", [=]() { setUIColor(); saveConfigs();}},
{"Ir TX Pin", [=]() { gsetIrTxPin(true); saveConfigs();}},
Expand Down

0 comments on commit 0aa5a4e

Please sign in to comment.