Fix / extend README

This commit is contained in:
Gašper Fele-Žorž 2025-09-02 11:22:49 +02:00
parent 0d1e32c626
commit 93b01e5d53
11 changed files with 267 additions and 32 deletions

View file

@ -10,13 +10,13 @@
- name: Create STM32Duino directory
win_file:
path: "D:\\RAVINOR\\STM32Duino"
path: "{{large_prog_dir}}\\RAVINOR\\STM32Duino"
state: directory
- 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"
dest: "{{large_prog_dir}}\\RAVINOR\\STM32Duino"
# TODO Don't know if unzipping is required?