Skip to content

Commit

Permalink
Style Scrubbed.
Browse files Browse the repository at this point in the history
TESTME enabled
  • Loading branch information
Old-Phart committed Apr 25, 2024
1 parent ee5c513 commit 29a1abb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chirp/drivers/ftm6000.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ class Ftm6000RAlias(chirp_common.Alias):
class FTM6000Radio(yaesu_clone.YaesuCloneModeRadio):
"""Yaesu FTM-6000"""
FTM200 = False
# TESTME = False
TESTME = False
BAUD_RATE = 38400
COM_BITS = 8 # number of data bitsTMODEW
COM_PRTY = 'N' # parity checking
COM_STOP = 1 # stop bits
COM_BITS = 8
COM_PRTY = 'N'
COM_STOP = 1
MODEL = "FTM-6000"
NAME_LEN = 6 # Valid Name Length
ALIASES = [Ftm6000RAlias]
Expand Down Expand Up @@ -2914,4 +2914,4 @@ class FTM200radio(FTM6000Radio):
ALIASES = [Ftm200dAlias]
CHARSET = list(chirp_common.CHARSET_ASCII)
MODES = ["AM", "FM", "NFM", "DN"]
# TESTME = False
TESTME = False

0 comments on commit 29a1abb

Please sign in to comment.