1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00
inav-configurator/wizard/receiver.html
2024-05-17 08:55:50 +02:00

11 lines
No EOL
514 B
HTML

<h2>Receiver wizard</h2>
<p>
Configure receiver serial port and protocol. If you unsure about serial port or protocol, click `Skip` to go to the next page.
You can change those settings later with the configurator UI.
</p>
<div>
<label for="wizard-receiver-port">Receiver Serial Port</label><select id="wizard-receiver-port"></select>
</div>
<div>
<label for="wizard-receiver-protocol">Receiver Protocol</label><select id="wizard-receiver-protocol" data-setting="serialrx_provider"></select>
</div>