This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
alarmdecoder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Cleaned up firmware callbacks a bit.
pyserial_fix
Scott Petersen
11 years ago
parent
395d5990b7
commit
40d5eafbc2
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
pyad2usb/util.py
+ 0
- 1
pyad2usb/util.py
View File
@@ -59,7 +59,6 @@ class Firmware(object):
"""
Perform the actual firmware upload to the device.
"""
with open(filename) as f:
for line in f:
line = line.rstrip()
Write
Preview
Loading…
Cancel
Save