betaflight-configurator/tabs/cli.html

11 lines
486 B
HTML
Raw Normal View History

2013-04-12 17:17:27 +00:00
<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">
2013-04-13 10:38:06 +00:00
<div class="wrapper">
</div>
2013-04-12 17:17:27 +00:00
</div>
<input type="text" name="commands" placeholder="Write your command here" value="" />
2013-04-12 17:17:27 +00:00
</div>