Welcome to mirror list, hosted at ThFree Co, Russian Federation.

servos.html « tabs - github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e7e6d613bb06250a6db30a93290844332142f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div class="tab-servos toolbar_fixed_bottom">
    <div class="content_wrapper">
        <div class="tab_title" data-i18n="tabServos">Servos</div>
        <div class="cf_doc_version_bt">
            <a id="button-documentation" href="" target="_blank"></a>
        </div>
        <div>
            <!-- <div class="title" data-i18n="servosChangeDirection"></div> -->
            <table id="servo-config-table" class="fields">
                <tr class="main">
                    <th width="110px" data-i18n="servosName"></th>
                    <th data-i18n="servosMid"></th>
                    <th data-i18n="servosMin"></th>
                    <th data-i18n="servosMax"></th>
                    <th class="short">CH1</th>
                    <th class="short">CH2</th>
                    <th class="short">CH3</th>
                    <th class="short">CH4</th>
                </tr>
            </table>
            <div class="live">
                <input type="checkbox" class="togglemedium" /> <span data-i18n="servosLiveMode"></span>
            </div>
        </div>
        <div class="clear-both"></div>
    </div>
    <div class="content_toolbar">
        <div class="btn save_btn">
            <a class="update" href="#" data-i18n="servosButtonSave"></a>
        </div>
    </div>
</div>