[chirp_devel] [PATCH] [ft857/897] Change the Vhf band limit which is different than ft817 one
Marco Filippi
Sun Apr 15 02:49:30 PDT 2012
# HG changeset patch
# User Filippi Marco <iz3gme.marco at gmail.com>
# Date 1334477463 -7200
# Node ID 0ef0a9d8c655a351db336f104909573b02e4a34d
# Parent d52446e9dfb828287b381224d349621b356cc01d
[ft857/897] Change the Vhf band limit which is different than ft817 one
Fix bug #121
diff -r d52446e9dfb8 -r 0ef0a9d8c655 chirp/ft857.py
--- a/chirp/ft857.py Fri Apr 13 15:07:42 2012 -0600
+++ b/chirp/ft857.py Sun Apr 15 10:11:03 2012 +0200
@@ -135,6 +135,7 @@
# block 9 (140 Bytes long) is to be repeted 40 times
# should be 42 times but this way I can use original 817 functions
_block_lengths = [ 2, 82, 252, 196, 252, 196, 212, 55, 140, 140, 140, 38, 176]
+ VALID_BANDS = [(100000,33000000), (33000000,56000000), (76000000,108000000), (108000000,137000000), (137000000,164000000), (420000000,470000000)] # warning ranges has to be in this exact order
SPECIAL_MEMORIES = { # WARNING Index are hard wired in memory management code !!!
"VFOa-1.8M" : -37,
More information about the chirp_devel
mailing list