Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Added support for StandardFirmataWiFi
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed May 14, 2020
1 parent 482e072 commit f7e59c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymata4/private_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PrivateConstants:
SYSEX_REALTIME = 0x7F # MIDI Reserved for realtime messages

# reserved for PyMata
PYMATA_EXPRESS_THREADED_VERSION = "1.04"
PYMATA_EXPRESS_THREADED_VERSION = "1.4"

# each byte represents a digital port
# and its value contains the current port settings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
packages=['pymata4'],
install_requires=['pyserial'],

version='1.04',
version='1.4',
description="A Python Protocol Abstraction Library For Arduino Firmata",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f7e59c7

Please sign in to comment.