Action: 1. [mod] Change LCM page from 1 sec to 0.1 sec Files As the following commit history files Image Version: v2.04.XX.XXXX.XX
@@ -1353,7 +1353,7 @@ int main(void)
DemoFunction();
index >= 36 ? index = 1 : index++;
//*/
- usleep(1000000);
+ usleep(100000);
}
} //while