[chirp_devel] [PATCH 0 of 1] Correction of a typo
The following patch correct a stupid typo that causes detection failure on ft857-us image load
# HG changeset patch # User Marco Filippi iz3gme.marco@gmail.com # Date 1328035923 -3600 # Node ID 5a228cb4bf54c17b71672772d771536716e1d5c8 # Parent 1d2d9fa00fa9c84e34286522128200db5bb104fd Stupid typo that causes detection failure on ft857-us image load
diff -r 1d2d9fa00fa9 -r 5a228cb4bf54 chirp/ft857.py --- a/chirp/ft857.py Mon Jan 30 18:58:35 2012 +0100 +++ b/chirp/ft857.py Tue Jan 31 19:52:03 2012 +0100 @@ -142,7 +142,7 @@ MODEL = "FT-857 (US Version)"
_model = "" - _memsize = 7181 + _memsize = 7481 # block 9 (140 Bytes long) is to be repeted 40 times # should be 42 times but this way I cam use original 817 functions _block_lengths = [ 2, 82, 252, 196, 252, 196, 212, 55, 140, 140, 140, 38, 176, 140]
participants (1)
-
Marco Filippi IZ3GME