-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The value in case of 3Bh2b is the first element of the overflow. This commit fix the issue that the value doesn't match with the actual read in case of 3Bh2b format. - Updated version in setup.py
- Loading branch information
1 parent
0e2c87a
commit 9596894
Showing
2 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setuptools.setup( | ||
name="pyPS4Controller", | ||
version="1.2.4", | ||
version="1.2.5", | ||
author="Artur Spirin", | ||
author_email="[email protected]", | ||
description="Simple hooks for PS4 controller", | ||
|