turn off both i2c buses

pull/144/head
alanbjohnston 4 years ago committed by GitHub
parent a684b6ad85
commit d17f0cf055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -488,7 +488,8 @@ int main(int argc, char * argv[]) {
if (!sim_mode)
{
strcpy(pythonStr, pythonCmd);
strcat(pythonStr, busStr);
// strcat(pythonStr, busStr);
strcat(pythonStr, "-1 -1");
strcat(pythonConfigStr, pythonStr);
strcat(pythonConfigStr, " c");

Loading…
Cancel
Save

Powered by TurnKey Linux.