530
530
}
531
531
# End: Check python ... needed during language build
532
532
533
- # Start: Check gawk ... needed during language build
534
- check_gawk ()
535
- {
536
- if ! type gawk > /dev/null; then
537
- if [ $TARGET_OS == " linux" ]; then
538
- echo " $( tput setaf 1) Missing 'gawk' which is important to run this script"
539
- echo " install it with the command $( tput setaf 2) 'sudo apt-get install gawk'."
540
- # sudo apt-get update && apt-get install gawk
541
- failures 4
542
- fi
543
- fi
544
- }
545
- # End: Check gawk ... needed during language build
546
533
547
534
# ### Start: Set build environment
548
535
set_build_env_variables ()
@@ -551,20 +538,20 @@ BUILD_ENV="1.0.8"
551
538
BOARD=" prusa_einsy_rambo"
552
539
BOARD_PACKAGE_NAME=" PrusaResearch"
553
540
if [ " $ARDUINO_ENV " == " 1.8.19" ]; then
554
- BOARD_VERSION=" 1.0.5-2 "
541
+ BOARD_VERSION=" 1.0.6 "
555
542
else
556
543
BOARD_VERSION=" 1.0.4"
557
544
fi
558
545
if [ " $ARDUINO_ENV " == " 1.8.19" ]; then
559
- BOARD_URL=" https://raw.githubusercontent.com/prusa3d/Arduino_Boards/devel /IDE_Board_Manager/package_prusa3d_index.json"
560
- # BOARD_URL="https://raw.githubusercontent.com/3d-gussner/Arduino_Boards/devel /IDE_Board_Manager/package_prusa3d_index.json"
546
+ BOARD_URL=" https://raw.githubusercontent.com/prusa3d/Arduino_Boards/master /IDE_Board_Manager/package_prusa3d_index.json"
547
+ # BOARD_URL="https://raw.githubusercontent.com/3d-gussner/Arduino_Boards/master /IDE_Board_Manager/package_prusa3d_index.json"
561
548
else
562
549
BOARD_URL=" https://raw.githubusercontent.com/prusa3d/Arduino_Boards/master/IDE_Board_Manager/package_prusa3d_index.json"
563
550
fi
564
551
BOARD_FILENAME=" prusa3dboards"
565
552
if [ " $ARDUINO_ENV " == " 1.8.19" ]; then
566
- BOARD_FILE_URL=" https://raw.githubusercontent.com/prusa3d/Arduino_Boards/devel /IDE_Board_Manager/prusa3dboards-$BOARD_VERSION .tar.bz2"
567
- # BOARD_FILE_URL="https://raw.githubusercontent.com/3d-gussner/Arduino_Boards/devel /IDE_Board_Manager/prusa3dboards-$BOARD_VERSION.tar.bz2"
553
+ BOARD_FILE_URL=" https://raw.githubusercontent.com/prusa3d/Arduino_Boards/master /IDE_Board_Manager/prusa3dboards-$BOARD_VERSION .tar.bz2"
554
+ # BOARD_FILE_URL="https://raw.githubusercontent.com/3d-gussner/Arduino_Boards/master /IDE_Board_Manager/prusa3dboards-$BOARD_VERSION.tar.bz2"
568
555
else
569
556
BOARD_FILE_URL=" https://raw.githubusercontent.com/prusa3d/Arduino_Boards/master/IDE_Board_Manager/prusa3dboards-$BOARD_VERSION .tar.bz2"
570
557
fi
@@ -1601,7 +1588,6 @@ check_OS
1601
1588
check_wget
1602
1589
check_zip
1603
1590
check_python
1604
- check_gawk
1605
1591
1606
1592
# ### Check for options/flags
1607
1593
echo " Check for options"
0 commit comments