From 7286c1ac86c60140d2d5c358df9ea0c72bb4917f Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Mon, 8 Mar 2021 11:46:50 -0600 Subject: [PATCH] Add RFPOWER_METER tables for FTDX101MP https://github.com/Hamlib/Hamlib/issues/592 --- rigs/yaesu/ftdx101.h | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/rigs/yaesu/ftdx101.h b/rigs/yaesu/ftdx101.h index 5abbcfb1f..a0ad75b65 100644 --- a/rigs/yaesu/ftdx101.h +++ b/rigs/yaesu/ftdx101.h @@ -101,16 +101,16 @@ { \ 11, \ { \ - {0, 0.0f}, \ - {35, 0.25f}, \ - {94, 0.125f}, \ - {133, 0.25f}, \ - {162, 0.375f}, \ - {205, 0.5f}, \ - {215, 0.6f}, \ - {225, 0.7f}, \ - {235, 0.8f}, \ - {245, 0.9f}, \ + {0, 0.00f}, \ + {69, 0.05f}, \ + {111, 0.10f}, \ + {129, 0.15f}, \ + {143, 0.20f}, \ + {158, 0.25f}, \ + {184, 0.35f}, \ + {200, 0.40f}, \ + {211, 0.45f}, \ + {222, 0.50f}, \ {255, 1.0f}, \ } \ } @@ -118,16 +118,16 @@ { \ 11, \ { \ - {0, 0.0f}, \ - {35, 5.0f}, \ - {94, 25.0f}, \ - {133, 50.0f}, \ - {162, 75.0f}, \ - {205, 100.0f}, \ - {215, 120.0f}, \ - {225, 140.0f}, \ - {235, 160.0f}, \ - {245, 180.0f}, \ + {0, 0.0f}, \ + {69, 10.0f}, \ + {111, 20.0f}, \ + {129, 30.0f}, \ + {143, 40.0f}, \ + {158, 50.0f}, \ + {184, 70.0f}, \ + {200, 80.0f}, \ + {211, 90.0f}, \ + {222, 100.0f}, \ {255, 200.0f}, \ } \ }