{% extends "layout.html" %} {% set active_page = "calibration" %} {% block title %} - {{_('Calibration & Setup')}}{% endblock %} {% block head %}{% endblock %} {% block body %}
{% include 'flash_messages.html' %}

Calibration and Setup

Certain devices may be configured or calibrated. If Mycodo supports the configuration or calibration of a specific device, it will be listed below. For configuring or calibrating other devices, refer to the manufacturer's documentation.

{{form_calibration.selection(class_='selectpicker', **{'title': dict_translation['calibration']['title'] + ': ' + dict_translation['select_one']['title']})}}
{{form_calibration.submit(class_='form-control btn btn-primary')}}
{% endblock %}