PiInTheSky / pits

Pi In The Sky Telemetry Software
GNU General Public License v2.0
87 stars 49 forks source link

/boot/clear.txt doesn't remove all images #10

Closed Chetic closed 8 years ago

Chetic commented 8 years ago

As the software seems to look to me, not all .jpg-files are stored in ~/pits/tracker/images. From tracker.c:

    if (FileExists("/boot/clear.txt"))
    ...
        system("rm -rf /home/pi/pits/tracker/images/*.jpg");
PiInTheSky commented 8 years ago

Yes, all the images are in that folder tree,