Skip to content

Commit

Permalink
Now considering anything <4.8MHz a USB service transmitter.
Browse files Browse the repository at this point in the history
  • Loading branch information
luarvique committed Aug 1, 2023
1 parent b00f5cc commit 272b352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owrx/eibi.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def loadFromWeb(self, url: str = "http://www.eibispace.de/dx/sked-{0}.csv"):
"usb" if " nat-" in name else # Aircraft
"usb" if " usb" in name else
"usb" if "fsk" in name else
"usb" if freq < 7000000 else # Services
"usb" if freq < 4800000 else # Services
"am")

# Convert language code to language
Expand Down

0 comments on commit 272b352

Please sign in to comment.