Update telem.c

pull/55/head
alanbjohnston 6 years ago committed by GitHub
parent 8c1c9be42d
commit 0c2c7df8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,7 +188,7 @@ struct SensorConfig config_sensor(char *bus, int address, int milliAmps) {
strcat (pythonv, addr);
strcpy (data.commandv, pythonv);
printf("V Command: %s \n", data.vcommand);
printf("V Command: %s \n", data.commandv);
strcat (pythoni, &bus[pos]);
strcat (pythoni, space);

Loading…
Cancel
Save

Powered by TurnKey Linux.