Increase reboot timeout to 120 seconds

https://github.com/probonopd/MiniDexed/issues/134
pull/135/head
probonopd 2 years ago committed by GitHub
parent 995b25c71a
commit 75e2970474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/userinterface.cpp

@ -209,7 +209,7 @@ void CUserInterface::EncoderEventHandler (CKY040::TEvent Event)
break;
case CKY040::EventSwitchHold:
if (m_pRotaryEncoder->GetHoldSeconds () >= 10)
if (m_pRotaryEncoder->GetHoldSeconds () >= 120)
{
delete m_pLCD; // reset LCD

Loading…
Cancel
Save