mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Merge pull request #161 from julianoes/fix_jigtest
Adapted upper and lower values for test jig voltages
This commit is contained in:
commit
38f435e4cf
@ -120,8 +120,8 @@ int test_jig_voltages(int argc, char *argv[])
|
||||
warnx("\t ADC operational.\n");
|
||||
|
||||
/* Expected values */
|
||||
int16_t expected_min[] = {2700, 2700, 2200, 2000};
|
||||
int16_t expected_max[] = {3000, 3000, 2500, 2200};
|
||||
int16_t expected_min[] = {2800, 2800, 1800, 800};
|
||||
int16_t expected_max[] = {3100, 3100, 2100, 1100};
|
||||
char *check_res[channels];
|
||||
|
||||
if (channels < 4) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user