1
0
forked from me/IronOS

Dont double save

This commit is contained in:
Ben V. Brown
2019-12-24 12:13:40 +11:00
parent 7e7d31d563
commit 0f707bf323

View File

@@ -756,7 +756,6 @@ void startGUITask(void const *argument __unused) {
break;
case BUTTON_B_SHORT:
enterSettingsMenu(); // enter the settings menu
saveSettings();
buttonLockout = true;
break;
default: