fixed cal table conversion

This commit is contained in:
Christian Bayer 2024-08-09 14:19:01 +02:00
parent 4312b26bc9
commit faee30ebd9
No known key found for this signature in database
GPG Key ID: 090D0F8B431A7C88

View File

@ -874,7 +874,7 @@ static int ft857_get_pometer_level(RIG *rig, value_t *val, const cal_table_float
{
rig_debug(RIG_DEBUG_TRACE, "%s: bars=%d\n", __func__, p->tx_status & 0x0F);
// does rig have 10 bars or 15?
val->f = (p->tx_status & 0x0F) / divider;
val->f = rig_raw2val_float(*val, cal)/divider;
}
else
{