Browse Source

Sync build script change

Kevin Lee 1 year ago
parent
commit
555281ef5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LocalBuild.sh

+ 1 - 1
LocalBuild.sh

@@ -2,4 +2,4 @@
 
 export OS="Linux" export JAVA_TOOL_OPTIONS="-Djava.net.preferIPv4Stack=true" export GPG_TTY=$(tty)
 
-./PF-build.sh -v 1_75mm_MK3S-EINSy10a-E3Dv6full.h -l EN_ONLY -d GOLD && find ../PF-build-hex/ -name "*.hex" -exec cp {} /mnt/c/Users/Kevin/Desktop/ \; -exec rm {} \;
+./PF-build.sh -v 1_75mm_MK3S-EINSy10a-E3Dv6full.h -l EN_FARM -d GOLD && find ../PF-build-hex/ -name "*.hex" -exec cp {} /mnt/c/Users/Kevin/Desktop/ \; -exec rm {} \;