瀏覽代碼

Working from a clean slate

Nicole 1 年之前
父節點
當前提交
b0251301e8
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 3 3
      build
  2. 1 0
      inav

+ 3 - 3
build

@@ -1,7 +1,7 @@
 #!/bin/bash
-BRANCH="7.1.2"
-rm -rf inav && echo "Cleaning up..."
-git clone -b $BRANCH --single-branch https://github.com/iNavFlight/inav.git && echo "Latest code fetched succesfully"
+#BRANCH="7.1.2"
+#rm -rf inav && echo "Cleaning up..."
+#git clone -b $BRANCH --single-branch https://github.com/iNavFlight/inav.git && echo "Latest code fetched succesfully"
 diff -crB inav patch/inav > custom.patch
 patch -p1 --dry-run < custom.patch
 read -p "Do you want to continue? (y/n)" -n 1 -r

+ 1 - 0
inav

@@ -0,0 +1 @@
+Subproject commit ed7fb3bb3216f8215150b42b52cb7b724e1dfae8