don't explicitly blink led on eatch command to save some bus time

This commit is contained in:
Carl Philipp Klemm 2023-10-06 16:10:03 +02:00
parent 02f8fab41c
commit 0ce5be707b

2
main.c
View file

@ -287,9 +287,7 @@ int main(int argc, char* argv[])
++i;
}
eismultiplexer_set_led(&multiplexer, true);
int cmdRet = process_commands(commands, i, &multiplexer, "");
eismultiplexer_set_led(&multiplexer, false);
if(cmdRet == 0)
puts("OK");
else