fix: default raw value for steering
This commit is contained in:
parent
376a2905fd
commit
91d4f27789
@ -16,8 +16,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
MinPwmAngle = 960.0
|
||||
MaxPwmAngle = 1980.0
|
||||
MinPwmAngle = 999.0
|
||||
MaxPwmAngle = 1985.0
|
||||
|
||||
MinPwmThrottle = 972.0
|
||||
MaxPwmThrottle = 1954.0
|
||||
|
Loading…
Reference in New Issue
Block a user