[chirp_devel] [PATCH] Swap power levels for IC-2200. Fixes #793
Kosta A.
Thu Sep 16 09:33:27 PDT 2021
# HG changeset patch
# User Kosta A. <ve7kcy at gmail.com>
# Date 1631809966 25200
# Thu Sep 16 09:32:46 2021 -0700
# Node ID 9c47d5fc9f51d9b303f5e6ac539db05767c71880
# Parent 84d21145c6581ec781759222642bf8074dbc31ab
Swap power levels for IC-2200. Fixes #793
diff --git a/chirp/drivers/ic2200.py b/chirp/drivers/ic2200.py
--- a/chirp/drivers/ic2200.py
+++ b/chirp/drivers/ic2200.py
@@ -79,9 +79,9 @@
STEPS = [5.0, 10.0, 12.5, 15.0, 20.0, 25.0, 30.0, 50.0]
POWER_LEVELS = [chirp_common.PowerLevel("High", watts=65),
- chirp_common.PowerLevel("Mid", watts=25),
+ chirp_common.PowerLevel("Low", watts=5),
chirp_common.PowerLevel("MidLow", watts=10),
- chirp_common.PowerLevel("Low", watts=5)]
+ chirp_common.PowerLevel("Mid", watts=25)]
def _get_special():
More information about the chirp_devel
mailing list