소스 검색

Upstream to 8.0.1

Your Name 7 달 전
부모
커밋
47446e43d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build

+ 1 - 1
build

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