1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00
betaflight-configurator/tabs/cli.html
2014-04-03 14:20:12 +02:00

11 lines
No EOL
494 B
HTML

<div class="tab-cli">
<p>
<span style="color: red;">Note</span>: Leaving CLI tab or pressing Disconnect will <strong>automatically</strong>
send "<strong>exit</strong>" to the board, which will make the controller save all the changes and <span style="color: red">restart</span>.
</p>
<div class="window">
<div class="wrapper">
</div>
</div>
<textarea name="commands" placeholder="Write your command here" rows="0" cols="0"></textarea>
</div>