Commit Graph

5723 Commits

Author SHA1 Message Date
Dan Smith
4bcf5045cc Update PR guidelines 2024-04-09 14:38:00 -07:00
Dan Smith
e7ff03c790 baofeng_uv3r: Fix missing exception typo
Related to #11288
2024-04-09 14:38:00 -07:00
Dan Smith
54df5981be expert: Add 30m and 6m bands, fix power level 2024-04-09 14:38:00 -07:00
Dan Smith
4b2f399dc4 vx8: Remove invalid NFM option
It has been reported (and confirmed locally and in the manual) that
the radio's "half deviation" setting is global for the entire radio
and not per-memory like the current mapping suggests. I think the
recording of that was actually a mistake, confused by the yaesu-esque
"auto" mode option.

So, this removes NFM from the supported modes since the radio can't
actually do it per-memory.

Fixes: #11275
2024-04-03 21:31:27 -07:00
Dan Smith
0e7baccd34 Add tool for tuning an expert linear with Icom
This adds a tool (more like a demonstration) that allows for running
the radio through the tuning process for an expert linear. It makes
the radio jump through the published band center frequencies in RTTY
mode and also supports automatic CW ID at the end of each step in
the cycle.
2024-04-03 15:11:17 -07:00
Dan Smith
880d83828a icomciv: Allow for subcommand-less commands
Some commands do not require a subcommand but the frame/send routines
would not allow that.
2024-04-03 15:11:17 -07:00
Dan Smith
773446ce25 Fix vx8 setting encoding for python3
Fixes: #11274
2024-04-03 14:54:44 -07:00
Dan Smith
509ea9d7b7 Fix parsing repeaterbook entries with broken lat/lon
Fixes: #11283
2024-04-03 14:49:06 -07:00
Dan Smith
88fe4850c3 tdh3: Fix power level handling (again)
Fixes #11263
2024-04-03 14:49:06 -07:00
Dan Smith
a8d39d57e9 Add info about KSUN UV60D 2024-03-31 21:02:07 -07:00
Dan Smith
2272bdf331 Fix determining repeater bands for IARU 3
Because these bands use "cm" instead of "centimeter" we weren't
including them in our search for whole-band repeater-capable bands.

Fixes: #11268
2024-03-31 21:02:07 -07:00
Dan Smith
3c20235d43 Update French translation from Matthieu F4ACU 2024-03-31 21:02:07 -07:00
Trevor Starick
66b476161b Fix utf-8 encoding issue with SUDS for RadioReference imports 2024-03-31 20:45:05 -07:00
Jim Unroe
7d2486beff Add Baofeng GM-5RH - fixes #11006 2024-03-21 16:28:11 -07:00
Jim Unroe
ff0d17630e Radtel RT-470: add support for firmware v2.00 - fixes #11258 2024-03-21 16:24:49 -07:00
Jim Unroe
9eb5a5a7f9 Radtel RT-470: add support for firmware v2.13a - fixes #11164 2024-03-21 16:24:49 -07:00
Dan Smith
3c1af7771c tdh8: Fix variants with two power levels (H3)
Fixes: #11257
2024-03-21 16:19:29 -07:00
Samuel Colburn
2a48169d63 Accomplish duplex=off using offsets for FT-65R
Fixes: #11255
2024-03-21 16:17:10 -07:00
Dan Smith
985b78aa4f Make assertEqualMem() ignore offset if duplex=off
If duplex is 'off' we don't need to obsess over the offset value,
which is unused anyway. Some drivers may not be able to store an
offset if duplex=off and/or may use the offset for signaling of that
fact.
2024-03-21 16:17:10 -07:00
Dan Smith
74a8717dc6 idrp: Add --debug flag for verbosity 2024-03-18 15:37:41 -07:00
Dan Smith
88bcaf9c80 tdh8: Fix and simplify FM channel settings
The existing code very much overcomplicated setting the lbcd FM
channel and VFO values. This simplifies that and also makes chirp
honor the fmusedflags like the radio does.
2024-03-18 15:35:27 -07:00
Dan Smith
9315d39794 tdh8: Fix TD-H3 power levels
The TD-H3 only has two power levels, unlike the H8 it inherits from.

Fixes #11163
2024-03-18 15:35:27 -07:00
Dan Smith
06ae1e9be8 tdh8: Simplify and fix offset/split/off decoding 2024-03-18 15:35:27 -07:00
Dan Smith
47840b2609 tdh8: Simplify skip/add data structure
Use the bitfield instead of the array of struct of bitfields.
2024-03-18 15:35:27 -07:00
Dan Smith
38ca750c7e tdh8: Fix byte ordering for used flags
Fixes #11232
2024-03-18 15:35:27 -07:00
Dan Smith
7fdd01a4fb tdh8: Late-evaluate mic gain setting
Fixes: #11242
2024-03-18 15:35:27 -07:00
Dan Smith
524493b74d tdh8: Extend RX frequency range
Fixes #11233
Related to #11263
2024-03-18 15:35:27 -07:00
Krzysiek Egzmont
91c78b390d uvk5: set correct default values for extra settings in empty channels 2024-03-18 15:33:28 -07:00
Dan Smith
86a2ee0e4a idrp: Presumptive python3 conversion
This is untested, but will give something to start from
2024-03-16 22:02:18 -07:00
Dan Smith
749f9dcade Fix displaying choice settings
In commit f9e5b87053 the refactor for
late eval of choice setting values omitted a return of the editor
which prevented them from showing up in the UI.
2024-03-16 19:00:16 -07:00
Dan Smith
5b84b4c52c uvk5: Bless k5_4.00 firmware for Quansheng UV-5R Plus
Fixes #11240
2024-03-16 08:41:58 -07:00
Tony F
5cf61ad110 snapcraft: use archive.chirpmyradio.com 2024-03-16 08:27:02 -07:00
Daniele Gozzi
df74b0a840 Initial support for Icom IC-7400
This should also work seamlessly for IC-746PRO, as it is using the same
address for the CI-V protocol.

As with other existing icomciv.py based implementations, I did not add
general radio settings: this implementation only allows for setting
memories.

Fixes #11246
2024-03-16 08:25:29 -07:00
Dan Smith
f9e5b87053 Allow late eval of choice settings 2024-03-16 08:22:53 -07:00
Dan Smith
cef146f866 bitwise: Add lbit type for LE bit arrays
This is a bit array where we number the bits from low-order to high,
unlike "bit" which is high-order to low.
2024-03-16 08:22:53 -07:00
MELERIX
c00166bad9 typo fixes in Spanish translation
sorry about it, it was due Poedit corrector fail xD
2024-03-11 15:13:34 -07:00
Dan Smith
e8c28d7679 Fix default argument parsing on Linux
Fixes #11235
2024-03-11 15:10:57 -07:00
Dan Smith
d3a2783f13 kenwood_live: Fix out-of-order tone list
The recent refactor of OLD_TONES to a set-tuple broke the ordering,
which these drivers depend on.

Fixes #11236
2024-03-11 15:10:57 -07:00
MELERIX
4c8f2720c0 Update Spanish Translation 2024-03-11 14:51:58 -07:00
Dan Smith
3cc4bf36e0 Warn about loading modules with open tabs
This is almost always going to make the user think the module did
not work, so warn them if any tabs are open when they go to load.
2024-03-10 10:14:57 -07:00
Dan Smith
e2b026a6cb Add modular config dir command-line option 2024-03-10 09:09:09 -07:00
Dan Smith
7fda4fd5cf Stop even building fakes in normal mode 2024-03-10 09:09:09 -07:00
Dan Smith
7d42bfb392 Add missing tooltip for mode column
Fixes #11215
2024-03-10 09:09:09 -07:00
Dan Smith
0c1ac358b9 Tweaks to dev mode logging and toggling 2024-03-10 09:09:09 -07:00
Dan Smith
aa55cd11dd Add MYEMR1 alias
Fixes #11224
2024-03-10 09:09:09 -07:00
Dan Smith
32f1a5fcae tdh8: Handle invalid FM VFO value
Fixes #11226
2024-03-10 09:09:09 -07:00
MELERIX
8603477fbe Update Spanish Translation 2024-03-10 08:36:59 -07:00
Daniele Gozzi
e9600540f1 Fixed a typo while preparing an IC-7400 driver 2024-03-10 08:35:29 -07:00
Dan Smith
ddc7ffdcad hguv98: Mark as tested in -next
This was fixed and tested a bit ago, but I neglected to update the
matrix.

Related to #11179
2024-03-05 16:42:28 -08:00
Dan Smith
f2a6f6cf02 Update internal links to CMR 2024-03-05 16:23:11 -08:00