You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,18 @@ With the Calliope mini Autoupload you can automatically flash .HEX data to the C
4
4
5
5
## Function
6
6
7
-
When placed in the downloads folder and while it runs it scans for downloaded .HEX files and copies them to the MINI drive without the reason to do this manually.
7
+
This programm watches on a folder for hex files and copy them to all conected calliope minis.
8
+
9
+
1. Download the .exe file from the releases.
10
+
2. Open the .exe file
11
+
3. The programm is watching the users downloads folder. You can change this by clicking on settings and select another folder.
12
+
4. Open your Web-Bases Editor and download your hex file into the watched folder
8
13
9
14
### Additional features
10
15
11
16
- You can manually select other folders to scan
12
17
- Copied files are renamed from *.hex to *.uploaded.hex
13
18
14
19
Based on [https://github.com/microsoft/pxt-microbit/tree/master/clients/winuploader](https://github.com/microsoft/pxt-calliope/tree/master/clients/winuploader)
0 commit comments