Skip to content

Commit 7592942

Browse files
committed
Merge branch 'release/1.2.1'
2 parents c2256b8 + 8c1885d commit 7592942

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pypozyx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
8181
"""
8282

83-
__version__ = '1.2.0'
83+
__version__ = '1.2.1'
8484

8585
VERSION = __version__
8686
version = __version__

pypozyx/lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ def doPositioning(self, position, dimension=PozyxConstants.DIMENSION_3D, height=
922922
return POZYX_FAILURE
923923
return POZYX_TIMEOUT
924924

925-
def getPositioningData(self, positioning_data: PositioningData):
925+
def getPositioningData(self, positioning_data):
926926
flags = Data([positioning_data.flags], 'H')
927927
flags.load_hex_string()
928928
s = 'F,%0.2x,%s,%i\r' % (PozyxRegisters.DO_POSITIONING_WITH_DATA, flags.byte_data, positioning_data.byte_size + 61)
@@ -1761,7 +1761,7 @@ def remoteRegFunctionWithoutCheck(self, destination, address, params):
17611761

17621762
return status
17631763

1764-
def setUWBSettings(self, uwb_settings: UWBSettings, remote_id=None):
1764+
def setUWBSettings(self, uwb_settings, remote_id=None):
17651765
"""
17661766
Set the Pozyx's UWB settings.
17671767

0 commit comments

Comments
 (0)