Actions
Bug #11058
openNot all modes supported on Yaesu FT70D
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01/04/2024
Due date:
% Done:
0%
Estimated time:
Chirp Version:
next
Model affected:
FT70D
Platform:
MacOS
I read the instructions above:
Yes
Description
Running CHIRP next-20231223 on Python 3.8.2 wxPython 4.2.0 osx-cocoa (phoenix) wxWidgets 3.2.0
- Downloading from the radio works, but the mode of all memories show as "FM"
- When trying to change the mode on the memories, CHIRP incorrectly claims that "DN" (Digital Narrow) is not supported.
Files
Updated by Rolf pe1ptp over 1 year ago
It looks like not all modes are listed in ft70.py
on line 359 https://github.com/kk7ds/chirp/blob/f4e468c90f449cd6e79335d091edaa6ddcab0581/chirp/drivers/ft70.py#L359C28-L359C28
On line 655 the mode encoder and decoders don't take DN or VW into account.
Line 43 and 302 show that there was a problem when reverse engineering the modes for this radio, and a solution was not (yet) found.
Actions