added timer for button long press

This commit is contained in:
PavelSindler 2017-03-23 15:09:59 +01:00 committed by GitHub
parent 12505d0f4e
commit 69f76e6bee

View File

@ -328,4 +328,6 @@ THERMISTORS SETTINGS
#define PING_TIME_LONG 600 //10 min; used when length of commands buffer > 0 to avoid false triggering when dealing with long gcodes
#define PING_ALLERT_PERIOD 60 //time in s
#define LONG_PRESS_TIME 1000 //time in ms for button long press
#endif //__CONFIGURATION_PRUSA_H