Skip to content

Commit d612cd9

Browse files
committed
flightcontroller: Fix error reporting on UDP
1 parent 218d550 commit d612cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/flightController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ class FCDetails {
609609
// this.activeDevice = {inputType, udpInputPort, serial: device, baud: baud};
610610
this.startLink((err) => {
611611
if (err) {
612-
console.log("Can't open found FC " + this.activeDevice.serial.value + ', resetting link')
612+
console.log(err)
613613
this.activeDevice = null
614614
} else {
615615
// start timeout function for auto-reconnect

0 commit comments

Comments
 (0)