Commit 87271d12 authored by Eric Duminil's avatar Eric Duminil
Browse files

Not a problem when disk is full

parent 80e716af
......@@ -81,7 +81,6 @@ namespace csv_writer {
const String filename = "/" + SENSOR_ID + ".csv";
int getAvailableSpace() {
//TODO : Check if too low?
return getTotalSpace() - getUsedSpace();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment