|
@@ -56,7 +56,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -165,10 +165,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
|
@@ -225,7 +226,7 @@ while getopts b:c:d:g:h:i:j:l:m:n:o:p:v:x:y:?h flag
|
|
|
|
|
|
if [ "$help_flag" == "1" ] ; then
|
|
|
echo "***************************************"
|
|
|
-echo "* PF-build.sh Version: 2.0.1-Build_67 *"
|
|
|
+echo "* PF-build.sh Version: 2.0.2-Build_69 *"
|
|
|
echo "***************************************"
|
|
|
echo "Arguments:"
|
|
|
echo "$(tput setaf 2)-b$(tput sgr0) Build/commit number"
|
|
@@ -536,20 +537,20 @@ BUILD_ENV="1.0.7"
|
|
|
BOARD="prusa_einsy_rambo"
|
|
|
BOARD_PACKAGE_NAME="PrusaResearch"
|
|
|
if [ "$ARDUINO_ENV" == "1.8.19" ]; then
|
|
|
- BOARD_VERSION="1.0.5"
|
|
|
+ BOARD_VERSION="1.0.5-1"
|
|
|
else
|
|
|
BOARD_VERSION="1.0.4"
|
|
|
fi
|
|
|
-
|
|
|
if [ "$ARDUINO_ENV" == "1.8.19" ]; then
|
|
|
BOARD_URL="https://raw.githubusercontent.com/prusa3d/Arduino_Boards/devel/IDE_Board_Manager/package_prusa3d_index.json"
|
|
|
+
|
|
|
else
|
|
|
BOARD_URL="https://raw.githubusercontent.com/prusa3d/Arduino_Boards/master/IDE_Board_Manager/package_prusa3d_index.json"
|
|
|
fi
|
|
|
BOARD_FILENAME="prusa3dboards"
|
|
|
-
|
|
|
if [ "$ARDUINO_ENV" == "1.8.19" ]; then
|
|
|
BOARD_FILE_URL="https://raw.githubusercontent.com/prusa3d/Arduino_Boards/devel/IDE_Board_Manager/prusa3dboards-$BOARD_VERSION.tar.bz2"
|
|
|
+
|
|
|
else
|
|
|
BOARD_FILE_URL="https://raw.githubusercontent.com/prusa3d/Arduino_Boards/master/IDE_Board_Manager/prusa3dboards-$BOARD_VERSION.tar.bz2"
|
|
|
fi
|