Skip to content

Commit d5edede

Browse files
committed
pushbutton.py: Fix iss 115.
1 parent 36503b3 commit d5edede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/docs/DRIVERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Class variables:
429429
3. `double_click_ms` Threshold time in ms for a double-click. Default 400.
430430

431431
If these variables are changed, it should be done prior to instantiating the
432-
class.
432+
class. The double click time must be less than the long press time.
433433

434434
A simple Pyboard demo:
435435
```python

0 commit comments

Comments
 (0)