update ferqs
This commit is contained in:
parent
3079e8aee6
commit
ae7969521a
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ US_DXCC = 291
|
|||
# MQTT 3.1.1 max remaining length (4 bytes × 7 bits = 268435455).
|
||||
MAX_REMAINING_LENGTH = 268435455
|
||||
|
||||
BANDS = ["2m", "70cm", "23cm", "13cm", "9cm", "6cm", "3cm", "1.25cm"]
|
||||
#BANDS = ["2m", "70cm", "23cm", "13cm", "9cm", "6cm", "3cm", "1.25cm"]
|
||||
BANDS = ["9cm", "6cm", "3cm", "1.25cm"]
|
||||
|
||||
DEBUG = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue