mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
Enlighten chirp.py to IDRP4000V
This commit is contained in:
parent
4167ce6e48
commit
4fe1845e05
1 changed files with 2 additions and 1 deletions
3
chirp.py
3
chirp.py
|
|
@ -21,7 +21,7 @@ import sys
|
|||
from optparse import OptionParser
|
||||
import optparse
|
||||
|
||||
from chirp import ic9x, id800, ic2820, ic2200, icx8x, chirp_common, errors
|
||||
from chirp import ic9x, id800, ic2820, ic2200, icx8x, chirp_common, errors, idrp
|
||||
|
||||
def fail_unsupported():
|
||||
print "Operation not supported by selected radio"
|
||||
|
|
@ -37,6 +37,7 @@ RADIOS = { "ic9x:A": ic9x.IC9xRadioA,
|
|||
"ic2820": ic2820.IC2820Radio,
|
||||
"ic2200": ic2200.IC2200Radio,
|
||||
"icx8x" : icx8x.ICx8xRadio,
|
||||
"idrp4kv" : idrp.IDRP4000V,
|
||||
}
|
||||
|
||||
def store_tone(option, opt, value, parser):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue