Skip to content
Snippets Groups Projects
Commit 8aa29fb7 authored by Eilert Tunheim's avatar Eilert Tunheim
Browse files

Updated the graph, plots 30 drying processes

parent 70875382
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ public class DB {
// Riktig format, men i string
String formatedTimeStamp = getDateFormat().format(timeStamp);
// Checks for negative values,
// Checks for negative values and unresonable large values
if(variantValue > 0 && variantValue < 5000000){
// Adding the data to a list in order to sort through later
data.put(formatedTimeStamp, variantValue);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment