Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.48 KB | None | 0 0
  1. diff --git a/programmer/tinyprog/__init__.py b/programmer/tinyprog/__init__.py
  2. index ed585a9..f5a44a7 100644
  3. --- a/programmer/tinyprog/__init__.py
  4. +++ b/programmer/tinyprog/__init__.py
  5. @@ -294,6 +294,7 @@ class TinyProg(object):
  6.  
  7.          self.wake()
  8.          flash_id = self.read_id()
  9. +        print(flash_id)
  10.          flash_id = [to_int(b) for b in flash_id]
  11.          # temporary hack, should have better database as well as SFPD reading
  12.          if flash_id[0:2] == [0x9D, 0x60]:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement