Skip to content
Snippets Groups Projects
Commit dbbef6fe authored by Daniel Meißner's avatar Daniel Meißner Committed by Daniel Meißner
Browse files

gui: connected menubar and added basic about text

parent 9b2bca0e
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,12 @@ class Hardware(object): ...@@ -12,11 +12,12 @@ class Hardware(object):
Currently supportd devices: Currently supportd devices:
* HackRF One * HackRF One
* rad1o
* LTR-SDR DVB-T stick * LTR-SDR DVB-T stick
""" """
SUPPORTED_HARDWARE = { SUPPORTED_HARDWARE = {
"hackrfone": "1d50:cc15", "hackrfone": "1d50:cc15", # rad1o and hackrf one has the same id :/
"rtlsdr": "0bda:2838", "rtlsdr": "0bda:2838" # Realtek Semiconductor Corp. RTL2838 DVB-T
} }
def get_usb_devices(self): def get_usb_devices(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment