fix(parameters): show board_rot in show-for-airframe (#26989)

This commit is contained in:
Nick 2026-04-07 21:48:52 +02:00 committed by GitHub
parent 461042f3f9
commit c592af7e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -725,8 +725,7 @@ do_show_print_for_airframe(void *arg, param_t param)
}
if (!strncmp(p_name, "RC", 2) || !strncmp(p_name, "TC_", 3) || !strncmp(p_name, "CAL_", 4) ||
!strncmp(p_name, "SENS_BOARD_", 11) || !strcmp(p_name, "SENS_DPRES_OFF") ||
!strcmp(p_name, "MAV_TYPE")) {
!strcmp(p_name, "SENS_DPRES_OFF") || !strcmp(p_name, "MAV_TYPE")) {
return;
}