mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +03:00
cosmetic change
This commit is contained in:
parent
8273081fdd
commit
61bed4770f
4 changed files with 14 additions and 14 deletions
|
@ -52,7 +52,7 @@ STM32_protocol.prototype.connect = function(hex) {
|
|||
var self = this;
|
||||
self.hex = hex;
|
||||
|
||||
var selected_port = String($('div#port-picker .port select').val());
|
||||
var selected_port = String($('div#port-picker #port').val());
|
||||
var baud = parseInt($('div#port-picker #baud').val());
|
||||
|
||||
if (selected_port != '0') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue