Merge pull request #65 from bassettb/fix-spi-closed-issue
Fix for SPI closed issue
This commit is contained in:
commit
0476b719ce
3 changed files with 4 additions and 6 deletions
|
|
@ -86,7 +86,6 @@ try:
|
|||
logging.info("Goto Sleep...")
|
||||
epd.sleep()
|
||||
time.sleep(3)
|
||||
epd.Dev_exit()
|
||||
|
||||
except IOError as e:
|
||||
logging.info(e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue