Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
su
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dmeiss2s
su
Commits
dbbef6fe
Commit
dbbef6fe
authored
9 years ago
by
Daniel Meißner
Committed by
Daniel Meißner
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gui: connected menubar and added basic about text
parent
9b2bca0e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/hardware.py
+3
-2
3 additions, 2 deletions
lib/hardware.py
with
3 additions
and
2 deletions
lib/hardware.py
+
3
−
2
View file @
dbbef6fe
...
...
@@ -12,11 +12,12 @@ class Hardware(object):
Currently supportd devices:
* HackRF One
* rad1o
* LTR-SDR DVB-T stick
"""
SUPPORTED_HARDWARE
=
{
"
hackrfone
"
:
"
1d50:cc15
"
,
"
rtlsdr
"
:
"
0bda:2838
"
,
"
hackrfone
"
:
"
1d50:cc15
"
,
# rad1o and hackrf one has the same id :/
"
rtlsdr
"
:
"
0bda:2838
"
# Realtek Semiconductor Corp. RTL2838 DVB-T
}
def
get_usb_devices
(
self
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment