diff --git a/chirp/drivers/icv86.py b/chirp/drivers/icv86.py index ed3618476..387546ce4 100644 --- a/chirp/drivers/icv86.py +++ b/chirp/drivers/icv86.py @@ -100,10 +100,10 @@ DTCS_POLARITY = ["NN", "NR", "RN", "RR"] TUNING_STEPS = [5., 10., 12.5, 15., 20., 25., 30., 50.] POWER_LEVELS = [ - chirp_common.PowerLevel("Extra High", watts=7.0), chirp_common.PowerLevel("High", watts=5.5), - chirp_common.PowerLevel("Mid", watts=2.5), chirp_common.PowerLevel("Low", watts=0.5), + chirp_common.PowerLevel("Mid", watts=2.5), + chirp_common.PowerLevel("Extra High", watts=7.0), ]