Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Käppler
ampel-firmware
Commits
87271d12
Commit
87271d12
authored
Dec 19, 2020
by
Eric Duminil
Browse files
Not a problem when disk is full
parent
80e716af
Changes
1
Hide whitespace changes
Inline
Side-by-side
csv_writer.cpp
View file @
87271d12
...
@@ -81,7 +81,6 @@ namespace csv_writer {
...
@@ -81,7 +81,6 @@ namespace csv_writer {
const
String
filename
=
"/"
+
SENSOR_ID
+
".csv"
;
const
String
filename
=
"/"
+
SENSOR_ID
+
".csv"
;
int
getAvailableSpace
()
{
int
getAvailableSpace
()
{
//TODO : Check if too low?
return
getTotalSpace
()
-
getUsedSpace
();
return
getTotalSpace
()
-
getUsedSpace
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment