This commit is contained in:
simondlevy
2018-07-04 17:20:49 -04:00
parent b2e4098491
commit de6573c6b1

View File

@@ -78,7 +78,6 @@ if __name__ == '__main__':
if not display.refresh(): if not display.refresh():
break break
# Shut down the lidar connection # Shut down the lidar connection
from time import sleep
lidar.stop() lidar.stop()
lidar.disconnect() lidar.disconnect()