typo on serial plugin name
This commit is contained in:
parent
8bfe875483
commit
851635bc15
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class SensorSerialBackend(SensorBackend):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super().__init__(plugin='gpio.sensor.serial', **kwargs)
|
super().__init__(plugin='serial', **kwargs)
|
||||||
|
|
||||||
|
|
||||||
# vim:sw=4:ts=4:et:
|
# vim:sw=4:ts=4:et:
|
||||||
|
|
Loading…
Reference in a new issue