Update telem.c

pull/55/head
alanbjohnston 5 years ago committed by GitHub
parent d7cc00952d
commit c15f9ef734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -178,7 +178,7 @@ struct SensorConfig config_sensor(char *bus, int address, int milliAmps) {
}
data.fd = ON;
char space[4] = " 0x";
char space[] = " 0x";
char pythonv[50] = "python3 /home/pi/CubeSatSim/python/voltage.py ";
char pythoni[50] = "python3 /home/pi/CubeSatSim/python/current.py ";

Loading…
Cancel
Save

Powered by TurnKey Linux.