fix: data logger now called from main, plot in thread

This commit is contained in:
Bernhard Stampfer
2016-06-05 23:00:25 +02:00
parent 042d0c86fa
commit adbe4f858a
6 changed files with 194 additions and 20 deletions

View File

@@ -17,7 +17,7 @@
{% set fils = "log_%s.png" % sensor.id %}
<img src="{{ url_for('static', filename=fils) }}" /><br>
</div>
{% endfor %}b
{% endfor %}
</div>
</div>
{% endfor %}