We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8ff26 commit 59fdc3aCopy full SHA for 59fdc3a
.github/ISSUE_TEMPLATE/issue.yml
@@ -51,6 +51,21 @@ body:
51
- other
52
validations:
53
required: true
54
+ - type: textarea
55
+ id: modbus-version
56
+ attributes:
57
+ label: MicroPython Modbus version
58
+ description: Which version of this lib are you using?
59
+ value: |
60
+ # e.g. v2.3.3
61
+ # use the following command to get the used version
62
+ import os
63
+ from umodbus import version
64
+ print('MicroPython infos:', os.uname())
65
+ print('Used micropthon-modbus version:', version.__version__))
66
+ render: python
67
+ validations:
68
+ required: true
69
- type: textarea
70
id: logs
71
attributes:
0 commit comments