Update main.c

pull/54/head
alanbjohnston 5 years ago committed by GitHub
parent 9439f12cf8
commit d63b9c30c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,7 +127,7 @@ int cw_id = ON;
int vB4 = FALSE, vB5 = FALSE, ax5043 = FALSE, transmit = FALSE, onLed, onLedOn, onLedOff, txLed, txLedOn, txLedOff, payload = OFF;
float batteryThreshold = 0;
char pythonCmd = "ython3 /home/pi/CubeSatSim/python/voltcurrent.py ";
const char pythonCmd[] = "python3 /home/pi/CubeSatSim/python/voltcurrent.py ";
char pythonStr[100];
struct SensorConfig {

Loading…
Cancel
Save

Powered by TurnKey Linux.