also delete the camera wav file

pull/132/head
alanbjohnston 5 years ago committed by GitHub
parent 2c1d575724
commit 036bc3ba73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -289,6 +289,7 @@ int main(int argc, char * argv[]) {
#endif
FILE * file5 = popen("sudo rm /home/pi/CubeSatSim/camera_out.jpg > /dev/null 2>&1", "r");
file5 = popen("sudo rm /home/pi/CubeSatSim/camera_out.jpg.wav > /dev/null 2>&1", "r");
pclose(file5);
// try connecting to STEM Payload board using UART

Loading…
Cancel
Save

Powered by TurnKey Linux.