hhk7734 / python3-gpiod

gpiod Python library with almost the same usage as libgpiodcxx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support config flags in line.request()

adrian-vlad opened this issue · comments

Hi, I noticed that config flags are not supported in the line request.
https://github.com/hhk7734/python3-gpiod/blob/master/py_src/gpiod/libgpiodcxx/__init__.py#L564 at this line the flags should have been taken from the config parameter. It seems that this was possible in the past, but this behavior was removed by this commit: 23d566b.

Is it possible to have this feature back?

Thank you,
Adrian

Sorry, my mistake. The variable names confused me. All is good. I will close the issue.