Update comment in swr_cal for ftdx101d

(cherry picked from commit b67d39611f)
Hamlib-4.0
Michael Black W9MDB 2020-10-23 07:56:11 -05:00 zatwierdzone przez Nate Bargmann
rodzic cd137d7a8c
commit 671afffc42
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F72625E2EDBED598
1 zmienionych plików z 9 dodań i 43 usunięć

Wyświetl plik

@ -151,49 +151,15 @@ const cal_table_float_t yaesu_default_alc_cal =
{ {
3, 3,
{ {
{0, 0.0f}, // Based on testing with G3VPX Ian Sumner
{128, 1.0f}, {0, 1.0f},
{255, 2.0f}, {26, 1.2f},
} {52, 1.5f},
}; {89, 2.0f},
{126, 3.0f},
// TODO: Provide sane defaults {173, 4.0f},
const cal_table_float_t yaesu_default_comp_meter_cal = {236, 5.0f},
{ {255, 25.0f},
2,
{
{0, 0.0f},
{255, 1.0f},
}
};
// TODO: Provide sane defaults
const cal_table_float_t yaesu_default_rfpower_meter_cal =
{
2,
{
{0, 0.0f},
{255, 1.0f},
}
};
// TODO: Provide sane defaults
const cal_table_float_t yaesu_default_vd_meter_cal =
{
2,
{
{0, 0.0f},
{255, 1.0f},
}
};
// TODO: Provide sane defaults
const cal_table_float_t yaesu_default_id_meter_cal =
{
2,
{
{0, 0.0f},
{255, 1.0f},
} }
}; };