Skip to content
Snippets Groups Projects
Commit 8d0ecda8 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Add additional delay to system startup to overcome sensor init noise. Needs a proper solution

parent 82280cc3
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ static void run_cmd(const vector<string> &appargs)
arg[i] = (char *)0;
apps[command](i, (char **)arg);
usleep(45000);
usleep(65000);
} else if (command.compare("help") == 0) {
list_builtins();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment