From 8bf41fda944ff06b80f0b9cb6f520469a75db61c Mon Sep 17 00:00:00 2001
From: Julian Oes <julian@oes.ch>
Date: Sun, 27 Mar 2016 10:45:24 +0200
Subject: [PATCH] px4.config: go back to J13 which is /dev/tty-2

---
 posix-configs/eagle/flight/px4.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posix-configs/eagle/flight/px4.config b/posix-configs/eagle/flight/px4.config
index e51d07701d..790f7f0c74 100644
--- a/posix-configs/eagle/flight/px4.config
+++ b/posix-configs/eagle/flight/px4.config
@@ -13,7 +13,7 @@ ekf2 start
 land_detector start multicopter
 mc_pos_control start
 mc_att_control start
-uart_esc start -d /dev/tty-3
+uart_esc start -d /dev/tty-2
 sleep 1
 list_devices
 list_files
-- 
GitLab