From da910fe86172572c328d3dc076818f6e0a0c752b Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Mon, 2 Aug 2021 08:34:35 +0200 Subject: [PATCH] Switch to arduino_boards v1.0.4 --- PF-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PF-build.sh b/PF-build.sh index 78b2cb6f..a72ad676 100755 --- a/PF-build.sh +++ b/PF-build.sh @@ -537,7 +537,7 @@ BOARD_PACKAGE_NAME="PrusaResearch" if [ "$ARDUINO_ENV" == "1.8.13" ]; then BOARD_VERSION="1.0.4" else - BOARD_VERSION="1.0.3" + BOARD_VERSION="1.0.4" fi #BOARD_URL="https://raw.githubusercontent.com/3d-gussner/Arduino_Boards/master/IDE_Board_Manager/package_prusa3d_index.json" BOARD_URL="https://raw.githubusercontent.com/prusa3d/Arduino_Boards/master/IDE_Board_Manager/package_prusa3d_index.json"