extended long press time

master
nymea 2019-08-08 18:07:40 +02:00
parent e49607aa13
commit d710dc9e2c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"name": "longPressTime",
"displayName": "Long press time",
"type": "int",
"defaultValue": 500
"defaultValue": 2000
}
],
"vendors": [

View File

@ -81,7 +81,7 @@ private:
uint m_rotationValue;
QTimer *m_longPressTimer = nullptr;
int m_longPressTime = 500;
int m_longPressTime = 2000; //default value 2 seconds
void showMatrix(const QByteArray &matrix, const int &seconds);
void printService(QLowEnergyService *service);