Skip to content

Commit

Permalink
Integrate the _disable_complete_access function feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnp committed Jul 15, 2023
1 parent 5373dea commit 3178401
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Using `this pysoem chat room on gitter <https://gitter.im/pysoem/pysoem>`_ is on
Changes
-------

v1.1.1
v1.1.3
^^^^^^^
* Adds function ``_disable_complete_access()`` that stops config_map() from using "complete access" for SDO requests.

Expand Down
2 changes: 1 addition & 1 deletion pysoem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.1.2'
__version__ = '1.1.3'
from .pysoem import *
2 changes: 1 addition & 1 deletion pysoem/pysoem.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ cdef class CdefSlave:
.. warning:: This is experimental.
.. versionadded:: 1.1.1
.. versionadded:: 1.1.3
"""
self._ec_slave.CoEdetails &= ~ECT_COEDET_SDOCA

Expand Down

0 comments on commit 3178401

Please sign in to comment.