forked from platypush/platypush
Reset self._pca to None on deinit()
This commit is contained in:
parent
acc4f1c0e3
commit
132c659d3c
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class PwmPca9685Plugin(Plugin):
|
|||
return
|
||||
|
||||
self._pca.deinit()
|
||||
self._pca = None
|
||||
|
||||
@action
|
||||
def reset(self):
|
||||
|
|
Loading…
Reference in a new issue