mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
Cleanup and default to VCP board
This commit is contained in:
parent
b6332a98c3
commit
76fa185747
3 changed files with 10 additions and 53 deletions
|
@ -22,7 +22,7 @@ $(document).ready(function () {
|
|||
|
||||
GUI.handleReconnect = function ($tabElement) {
|
||||
|
||||
if (BOARD.find_board_definition(CONFIG.boardIdentifier).vcp) { // VCP-based flight controls may crash old drivers, we catch and reconnect
|
||||
if (BOARD.hasVcp(CONFIG.boardIdentifier)) { // VCP-based flight controls may crash old drivers, we catch and reconnect
|
||||
|
||||
/*
|
||||
Disconnect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue