|
1636 | 1636 | </div> |
1637 | 1637 | </div> |
1638 | 1638 |
|
1639 | | - <div class="form-check"> |
1640 | | - <div class="form-check mt-3"> |
1641 | | - <label class="form-check-label" for="espnowBroadcast">Broadcast Override</label> |
1642 | | - <input class="form-check-input" type="checkbox" value="" id="espnowBroadcast" unchecked> |
1643 | | - <span class="tt" data-bs-placement="right" |
1644 | | - title="When true, overrides peers and sends all data via broadcast to all ESP32s in range that have ESP-Now enabled. Default: Disabled"> |
1645 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1646 | | - </span> |
1647 | | - </div> |
1648 | | - </div> |
1649 | | - |
1650 | 1639 | </div> |
1651 | 1640 | </div> |
1652 | 1641 | </div> |
|
1710 | 1699 | <div class="collapse" id="collapseInstrumentConfig"> |
1711 | 1700 | <div class="card card-body"> |
1712 | 1701 |
|
1713 | | - <div id="tiltConfig" class="form-check mt-3"> |
1714 | | - <label class="form-check-label" for="enableTiltCompensation">Enable Tilt |
1715 | | - Compensation</label> |
1716 | | - <input class="form-check-input" type="checkbox" value="" id="enableTiltCompensation"> |
1717 | | - <span class="tt" data-bs-placement="right" |
1718 | | - title="Allow tilt compensation mode to be entered. Default: Enabled."> |
1719 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1720 | | - </span> |
| 1702 | + <div id="tiltConfig"> |
| 1703 | + <div class="form-check mt-3"> |
| 1704 | + <label class="form-check-label" for="enableTiltCompensation">Enable Tilt |
| 1705 | + Compensation</label> |
| 1706 | + <input class="form-check-input" type="checkbox" value="" id="enableTiltCompensation"> |
| 1707 | + <span class="tt" data-bs-placement="right" |
| 1708 | + title="Allow tilt compensation mode to be entered. Default: Enabled."> |
| 1709 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1710 | + </span> |
| 1711 | + </div> |
| 1712 | + |
| 1713 | + <div class="form-check mt-3"> |
| 1714 | + <label class="form-check-label" for="outputTipAltitude">Output Tip Altitude</label> |
| 1715 | + <input class="form-check-input" type="checkbox" value="" id="outputTipAltitude"> |
| 1716 | + <span class="tt" data-bs-placement="right" |
| 1717 | + title="Output pole tip altitude instead of antenna altitude. Default: Disabled."> |
| 1718 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1719 | + </span> |
| 1720 | + </div> |
1721 | 1721 | </div> |
1722 | 1722 |
|
1723 | 1723 | <div id="antennaPhaseCenter_mmConfig"> |
|
0 commit comments