Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
discip authored Dec 13, 2022
1 parent ebe08ed commit 6ef85e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Core/Src/settingsGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,8 @@ static void displayPowerPulseDuration(void) { OLED::printNumber(getSettingValue(
static bool setResetSettings(void) {
if (userConfirmation(translatedString(Tr->SettingsResetWarning))) {
resetSettings();
warnUser(translatedString(Tr->ResetOKMessage), 10 * TICKS_SECOND);
warnUser(translatedString(Tr->ResetOKMessage), 3 * TICKS_SECOND);
reboot();
}
return false;
}
Expand Down

1 comment on commit 6ef85e0

@discip
Copy link
Collaborator Author

@discip discip commented on 6ef85e0 Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ralim
This change works flawlessly for the TS80P, while the Pinecil struggles with freezing on the ResetOK message and only unplugging solves the problem.
Since you only mentioned the Pinecil V2, I assumed the Pinecil would work.

Is there much to do to get this going?

Please sign in to comment.