Reset self._pca to None on deinit()

This commit is contained in:
Fabio Manganiello 2021-05-16 17:42:05 +02:00
parent acc4f1c0e3
commit 132c659d3c
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class PwmPca9685Plugin(Plugin):
return
self._pca.deinit()
self._pca = None
@action
def reset(self):