⚲
Project
General
Profile
Sign in
Register
Home
Projects
Search
:
CHIRP
All Projects
CHIRP
Home
Download
Documentation
Activity
Issues
Repository
Download (457 Bytes)
New Model #11742
» bft20d.py
Dan Smith
, 12/26/2024 08:50 PM
from
chirp
import
directory
from
chirp
import
chirp_common
from
chirp.drivers
import
baofeng_digital
@directory.register
class
BaofengBFT20D
(
baofeng_digital
.
BaofengDigital
):
"""
Baofeng BF-T20D
"""
MODEL
=
'
BF-T20D
'
VALID_BANDS
=
[(
400000000
,
480000000
)]
POWER_LEVELS
=
[
chirp_common
.
PowerLevel
(
"
Low
"
,
watts
=
0.5
),
chirp_common
.
PowerLevel
(
"
High
"
,
watts
=
2.00
),
]
_serial_id
=
0x05
_proto
=
baofeng_digital
.
PROTO_D
« Previous
1
2
Next »
(1-1/2)
Loading...