Skip to content

Commit

Permalink
Update qo-100-controller-ft817-v2.4.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pa3ang authored Mar 19, 2021
1 parent 53688db commit 3bc85ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qo-100-controller-ft817-v2.4.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
UPLINK_LO_FREQUENCY = 196800000 - 50

# this can vary per transceiver must be between 200mS or 300ms
SETTLE_TIME = .2
SETTLE_TIME = .3

# Serial port settings
SERIAL_SPEED = 38400
Expand Down Expand Up @@ -283,7 +283,7 @@ def update_tx_frequency ():

button_calibrate = Button(window, command = set_bcn, width=6, highlightthickness=2)
button_calibrate.grid(column=0, row=2, ipady=10, pady=(4, 4), padx=(16, 6))
button_spare = Button(window, text = "--", command = start_tune, width=6, highlightthickness=2)
button_spare = Button(window, text = "--", width=6, highlightthickness=2)
button_spare.grid(column=1, row=2, ipady=10, pady=(4, 4), padx=(6, 6))
button_tune = Button(window, text = "Tune", command = start_tune, width=6, highlightthickness=2)
button_tune.grid(column=2, row=2, ipady=10, pady=(4, 4), padx=(6, 6))
Expand Down

0 comments on commit 3bc85ea

Please sign in to comment.