1
0
Fork 0
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:
cTn 2014-06-20 14:29:16 +02:00
parent 8273081fdd
commit 61bed4770f
4 changed files with 14 additions and 14 deletions

View file

@ -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') {