浏览代码

bumbed builder version

Nicole Portas 1 月之前
父节点
当前提交
2a73f7a63f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      runme

+ 1 - 1
runme

@@ -1,5 +1,5 @@
 #!/bin/bash
-BRANCH="9.0.1"
+BRANCH="9.0.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