Fix: Led not setting initial value

This commit is contained in:
CPD 2025-03-13 15:58:58 +01:00
parent 75159e9dbd
commit db593d0bb5

View File

@ -94,7 +94,8 @@ def measure(
if flush_after == 0: flush_after = None
try:
i = 0
led_val = led_script.start()
led_val = None
led_script.start()
t_iter_start = time.time()
while True:
# using while True and if, to be able to log the stop reason