⚲
Project
General
Profile
Sign in
Register
Home
Projects
Search
:
CHIRP
All Projects
CHIRP
Home
Download
Documentation
Activity
Issues
Repository
Download (460 Bytes)
New Model #11769
ยป bf888sd.py
Marcos Del Sol
, 01/10/2025 04:04 AM
from
chirp
import
directory
from
chirp
import
chirp_common
from
chirp.drivers
import
baofeng_digital
@directory.register
class
BaofengBF888SD
(
baofeng_digital
.
BaofengDigital
):
"""
Baofeng BF-888SD
"""
MODEL
=
'
BF-888SD
'
VALID_BANDS
=
[(
400000000
,
480000000
)]
POWER_LEVELS
=
[
chirp_common
.
PowerLevel
(
"
Low
"
,
watts
=
0.5
),
chirp_common
.
PowerLevel
(
"
High
"
,
watts
=
2.00
),
]
_serial_id
=
0x01
_proto
=
baofeng_digital
.
PROTO_A
(1-1/1)
Loading...