1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-15 20:35:23 +03:00

detect default stm or cp210[x] serial port

This commit is contained in:
Mark Haslinghuis 2020-09-04 19:43:50 +02:00
parent 8032b1f4ee
commit 9ae3230edd
4 changed files with 104 additions and 116 deletions

View file

@ -169,7 +169,7 @@
<div id="portsinput">
<div class="dropdown dropdown-dark">
<select class="dropdown-select" id="port" i18n_title="firmwareFlasherManualPort">
<option value="manual">Manual</option>
<option value="loading" i18n="serialPortLoading">Loading</option>
<!-- port list gets generated here -->
</select>
</div>