Explorar el Código

bumbed builder version

Nicole Portas hace 1 mes
padre
commit
2a73f7a63f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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