Skip to content

Commit

Permalink
SDR# bandwidths set to 1000, 0 caused errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sgcderek committed Jul 23, 2022
1 parent 17e3138 commit d90eb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdrsharp_bookmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
val.appendChild(root.createTextNode("0"))
bookmark.appendChild(val)
val = root.createElement("FilterBandwidth")
val.appendChild(root.createTextNode("0"))
val.appendChild(root.createTextNode("1000"))
bookmark.appendChild(val)

xml.appendChild(bookmark)
Expand Down

0 comments on commit d90eb2b

Please sign in to comment.