Merge pull request #65 from bassettb/fix-spi-closed-issue

Fix for SPI closed issue
This commit is contained in:
SSYYL 2021-02-23 11:16:34 +08:00 committed by GitHub
commit 0476b719ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View file

@ -86,7 +86,6 @@ try:
logging.info("Goto Sleep...")
epd.sleep()
time.sleep(3)
epd.Dev_exit()
except IOError as e:
logging.info(e)