From 2b00599a07b6a0d65db987faa702d97357f44d73 Mon Sep 17 00:00:00 2001 From: z Date: Tue, 31 Dec 2019 09:36:06 +0800 Subject: [PATCH] first build --- pixhawk4_build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 pixhawk4_build.sh diff --git a/pixhawk4_build.sh b/pixhawk4_build.sh new file mode 100755 index 0000000000..4c2253d246 --- /dev/null +++ b/pixhawk4_build.sh @@ -0,0 +1,2 @@ +./waf configure --board Pixhawk4 +./waf --targets bin/arducopter --upload