{% extends "app_base.html" %} {% block title %}{{ frame.name or "Frame" }} ยท Configuration{% endblock %} {% block page_title %}{{ frame.name or "Frame " ~ frame.id }}{% endblock %} {% block tabs %}{% include "_frame_tabs.html" %}{% endblock %} {% block content %}

Display settings

Quiet hours times are interpreted in this timezone. The device may still wake once right at the start of quiet hours -- it can't know ahead of time -- but goes right back to sleep until they end.

Firmware update

{% if frame.device_board_variant %}Detected board: {{ frame.device_board_variant }} {% else %}Board not detected yet -- the frame reports it on its next check-in.{% endif %}

{% if frame.firmware_available_version %}Uploaded: v{{ frame.firmware_available_version }} -- the frame updates itself on its next wake if it's running something else.{% else %}No firmware uploaded yet.{% endif %}

Gitea repo: {{ frame.firmware_update_repo_url }}

{% endblock %} {% block scripts %} {% endblock %}