mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 09:24:05 +02:00
fw/proto.h (TP_BWD_START_DEFAULT): raise from 50 ms to 70 ms, like TP_FWD_START_DEFAULT
Going to the longer aluminium stick changed the timing a bit.
This commit is contained in:
parent
c9923b4282
commit
a859b3b8b9
@ -45,7 +45,7 @@ enum pck_type {
|
|||||||
#define PX_BWD_RIGHT_DEFAULT (MAX_LINES-1)
|
#define PX_BWD_RIGHT_DEFAULT (MAX_LINES-1)
|
||||||
|
|
||||||
#define TP_FWD_START_DEFAULT 70000 /* 70 ms */
|
#define TP_FWD_START_DEFAULT 70000 /* 70 ms */
|
||||||
#define TP_BWD_START_DEFAULT 50000 /* 50 ms */
|
#define TP_BWD_START_DEFAULT 70000 /* 70 ms */
|
||||||
#define TP_FWD_PIX_DEFAULT 1100 /* 1.1 ms */
|
#define TP_FWD_PIX_DEFAULT 1100 /* 1.1 ms */
|
||||||
#define TP_BWD_PIX_DEFAULT 1100 /* 1.1 ms */
|
#define TP_BWD_PIX_DEFAULT 1100 /* 1.1 ms */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user