-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Waiting for initial byte sequence(platform+version info) has been com…
…promised with time delay because initial byte sequence is only observed duing type c connection and not through convertor port
- Loading branch information
1 parent
b601551
commit fb0bb95
Showing
2 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
setuptools.setup( | ||
name="PyLidar3", | ||
python_requires=">=3.4", | ||
version="1.3", | ||
version="1.4", | ||
author="Lakshman mallidi", | ||
author_email="[email protected]", | ||
description="Library for Lidar. Currently supports YdLidar(X4,G4) from http://www.ydlidar.com", | ||
|