rm camera_out.jpg not t.txt

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

@ -424,7 +424,7 @@ int main(int argc, char * argv[]) {
printf("INFO: I2C bus status 0: %d 1: %d 3: %d camera: %d\n", i2c_bus0, i2c_bus1, i2c_bus3, camera); printf("INFO: I2C bus status 0: %d 1: %d 3: %d camera: %d\n", i2c_bus0, i2c_bus1, i2c_bus3, camera);
#endif #endif
FILE * file5 = popen("sudo rm /home/pi/CubeSatSim/t.txt > /dev/null 2>&1", "r"); FILE * file5 = popen("sudo rm /home/pi/CubeSatSim/camera_out.jpg > /dev/null 2>&1", "r");
pclose(file5); pclose(file5);
// try connecting to STEM Payload board using UART // try connecting to STEM Payload board using UART

Loading…
Cancel
Save

Powered by TurnKey Linux.