From 67fad397881c102c63e741684fa440340dda0027 Mon Sep 17 00:00:00 2001 From: "r.rozmann@jung-electronic.de" Date: Thu, 14 Aug 2025 16:35:18 +0200 Subject: [PATCH] Minor: 2024->2025 --- roles/stm32duino/tasks/main_win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/stm32duino/tasks/main_win.yml b/roles/stm32duino/tasks/main_win.yml index 63b56ed..6779104 100644 --- a/roles/stm32duino/tasks/main_win.yml +++ b/roles/stm32duino/tasks/main_win.yml @@ -5,7 +5,7 @@ # arguments: /S /AllUsers # creates_path: "%ProgramFiles%\\Arduino IDE\\Arduino IDE.exe" -# 2024: update: Full directory structure ready zip for Windows only on this URL: +# 2025: update: Full directory structure ready zip for Windows only on this URL: # https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EYTFhlsJOFtFk9xsaViP0eYBtILVS24ZF_dlkgodu_L9Nw?e=geavvJ - name: Create STM32Duino directory @@ -13,7 +13,7 @@ path: "D:\\RAVINOR\\STM32Duino" state: directory -- name: Install Logisim +- name: Install preinstalled STM32Duino & Arduino environment win_get_url: url: "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EYTFhlsJOFtFk9xsaViP0eYBtILVS24ZF_dlkgodu_L9Nw?e=geavvJ" dest: "D:\\RAVINOR\\STM32Duino"