Closed brainelectronics closed 1 year ago
Every issue should be reported with the used version of this lib and steps to reproduce the issue, e.g.
import os
from umodbus import version
print("MicroPython infos: {}".format(os.uname()))
print("Used micropthon-modbus version: {}".format(version.__version__))
# Used MicroPython infos: (...)
# Used micropython-modbus version: 2.1.0-rc15.dev39
Fill existing contribution markdown file in the docs folder with content.
Also add an issues and PR template file