Skip to content

Commit

Permalink
pan calibration pulse range extended in order to allow calibration with
Browse files Browse the repository at this point in the history
reversed servos
  • Loading branch information
raul-ortega committed May 2, 2021
1 parent 6f3439b commit 9fbf26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/serial_cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ const clivalue_t valueTable[] = {
{ "pan_pin", VAR_UINT8 | MASTER_VALUE, &masterConfig.pan_pin, .config.minmax = { 0, 7 } },
{ "pan0", VAR_UINT16 | MASTER_VALUE, &masterConfig.pan0, .config.minmax = { 0, 3000 } },
{ "pan0_calibrated", VAR_UINT8 | MASTER_VALUE, &masterConfig.pan0_calibrated, .config.minmax = { 0, 1 } },
{ "pan_calibration_pulse", VAR_UINT16 | MASTER_VALUE, &masterConfig.pan_calibration_pulse, .config.minmax = { 1, 1500 } },
{ "pan_calibration_pulse", VAR_UINT16 | MASTER_VALUE, &masterConfig.pan_calibration_pulse, .config.minmax = { 0, 3000 } },
{ "pan_inverted", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, &masterConfig.pan_inverted, .config.lookup = { TABLE_OFF_ON } },
{ "min_pan_speed", VAR_UINT8 | MASTER_VALUE, &masterConfig.min_pan_speed, .config.minmax = { 0, 100 } },
{ "tilt_pin", VAR_UINT8 | MASTER_VALUE, &masterConfig.tilt_pin, .config.minmax = { 0, 7 } },
Expand Down

0 comments on commit 9fbf26f

Please sign in to comment.