This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
bitelab
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add serialconsole support... this will change in the future..
main
John-Mark Gurney
4 years ago
parent
262548d4b5
commit
763a7afbb6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bitelab/__init__.py
+ 1
- 0
bitelab/__init__.py
View File
@@ -130,6 +130,7 @@ class BITEError(Exception):
class BoardManager(object):
_option_map = dict(
snmppower=SNMPPower,
serialconsole=SerialConsole,
)
def __init__(self, cls_info, boards):
Write
Preview
Loading…
Cancel
Save