mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 13:53:53 +01:00
Replace_IO file hatte bei export falschen namen für bit
This commit is contained in:
@@ -643,7 +643,7 @@ class RevPiModIO(object):
|
||||
|
||||
# Optional values
|
||||
if io._bitaddress >= 0:
|
||||
cp[io.name]["bitaddress"] = str(io._bitaddress)
|
||||
cp[io.name]["bit"] = str(io._bitaddress)
|
||||
cp[io.name]["byteorder"] = io._byteorder
|
||||
cp[io.name]["defaultvalue"] = str(io.defaultvalue)
|
||||
if io.bmk != "":
|
||||
|
||||
Reference in New Issue
Block a user