extend channels

Signed-off-by: Thomas Schmid <tom@lfence.de>
This commit is contained in:
Thomas 2021-07-28 21:39:25 +02:00
parent ea5d0a7e5c
commit eb40d8b108
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def clamp(value, minv, maxv):
class Laser:
def __init__(self):
self.channels = [0, 0, 0, 0, 0, 0, 0, 0]
self.channels = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
self.connected = False
self.an = None