Skip to content

Commit

Permalink
Update HifiUi.py
Browse files Browse the repository at this point in the history
Fix GUI opts, missing `,` separating options.
  • Loading branch information
harrypm authored Jun 5, 2024
1 parent 76a0cca commit 5fc40f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vhsdecode/hifi/HifiUi.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ def __init__(
self.input_samplerate_combo.addItems(
[
"DdD (40.0)",
"Clockgen (10.0)" "RTLSDR (8.0)" "cxadc (28.64)",
"Clockgen (10.0)",
"RTLSDR (8.0)",
"cxadc (28.64)",
"cxadc3 (35.8)",
"10cxadc (14.32)",
"10cxadc3 (17.9)",
Expand Down

0 comments on commit 5fc40f5

Please sign in to comment.