512MB external SD card keeps getting filled up with successfully sent data in the sent_data directory. This is taking up too much space and is likely preventing the system from being able to store new data due to insufficient space.
Task: rewrite source code so that it removes and deletes the file, rather than storing it in sent_data, to save on space. This is done in Comms.py
512MB external SD card keeps getting filled up with successfully sent data in the sent_data directory. This is taking up too much space and is likely preventing the system from being able to store new data due to insufficient space.
Task: rewrite source code so that it removes and deletes the file, rather than storing it in sent_data, to save on space. This is done in Comms.py