Update 'firmware/firmware.ino'
Main loop speed increased 10 times.
This commit is contained in:
parent
461ce740a4
commit
d774850054
1 changed files with 2 additions and 3 deletions
|
@ -90,9 +90,8 @@ void loop()
|
||||||
cc_processData(c);
|
cc_processData(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
//cc_abort();
|
//delay(100);
|
||||||
|
delay(10);
|
||||||
delay(100);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
Loading…
Reference in a new issue