Fix: Led not setting initial value
This commit is contained in:
parent
75159e9dbd
commit
db593d0bb5
@ -94,7 +94,8 @@ def measure(
|
|||||||
if flush_after == 0: flush_after = None
|
if flush_after == 0: flush_after = None
|
||||||
try:
|
try:
|
||||||
i = 0
|
i = 0
|
||||||
led_val = led_script.start()
|
led_val = None
|
||||||
|
led_script.start()
|
||||||
t_iter_start = time.time()
|
t_iter_start = time.time()
|
||||||
while True:
|
while True:
|
||||||
# using while True and if, to be able to log the stop reason
|
# using while True and if, to be able to log the stop reason
|
||||||
|
Loading…
x
Reference in New Issue
Block a user