{% extends "layout.html" %} {% block title %}{{ __('Settings') }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if server_messages %}
{% endif %}

{{ __('Send Message') }}

{{ getOption('eventDescription') }}

{{ __('Frequency Setup') }}

{{ __('Stores frequency settings and sensor tuning values.') }}

{{ __('Preset') }}:
{% for node in range(num_nodes) %}
{% if vrx_enabled %}
{% endif %}

{% endfor %}

{{ __('Sensor Tuning') }}

  • {{ __('RSSI') }}
  • {{ __('EnterAt') }}
  • {{ __('ExitAt') }}
{% for node in range(num_nodes) %}

{{ __('Node') }} {{ node + 1 }}

{{ __('Clear') }}
{{ __('RSSI') }}
{{ __('NodePeak') }}
{{ __('NodeNadir') }}
{{ __('PassPeak') }}
{{ __('PassNadir') }}
{{ __('PassCount') }}
{% endfor %}

{{ __("View Calibration and Tuning Guide") }}

{{ __('Event and Classes') }}

{{ __('Loading...') }}

{{ __('Heats') }}

  1. {{ __('Loading...') }}

Heat generator

{{ __('Pilots') }}

  • {{ __('Loading...') }}

{{ __('Audio Control') }}

{{ __('Voice settings apply to this device only.') }}

  1. {{ __('Voice Test') }}    
  2. {{ __('Announcements') }}
  3. {% if cluster_has_secondaries %}
  4. {% endif %}
  5. {{ __('Volume') }}:

  6. {{ __('Rate') }}:

  7. {{ __('Pitch') }}:

  8. {{ __('Volume') }}:

  9. {{ __('Indicator Beeps') }}
    • {% if cluster_has_secondaries %}
    • {% endif %}
  10. {{ __('Volume') }}:

{{ __('Race Format') }}

{{ __('Format cannot be changed while a race is running.') }}

  1. {{ __('Minimum time before race begins') }}

  2. {{ __('Maximum time before race begins') }}
    {{ __('Staging timer is hidden unless value matches Minimum Start Delay') }}


  1. {{ __('In seconds') }}

{% if led_events_enabled %}

{{ __('LED Events') }}


{% endif %} {% if led_enabled %}

{{ __('LED Control') }}

  1. {{ __('Level') }}:

{% endif %} {% if vrx_enabled %}

{{ __('VRx Control') }}

{% endif %}

{{ __('Database') }}

{% if Debug %}{{ __('View Database') }}{% endif %}

{{ __('System') }}

{% if is_raspberry_pi %} {% endif %} {% if Debug %} {% endif %} {{ __('Server Log') }} {% if node_fw_updatable %} {{ __('Update Nodes') }} {% endif %}
  1. {{ __('File path relative to RotorHazard/server/static/user') }}

{{ __('Primary Color') }}
{{ __('Secondary Color') }}

{{ __('Status') }}

{% endblock %}