1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-02 06:21:16 +00:00

Forgot to increase drive letter

This commit is contained in:
Gyorgy Szombathelyi
2019-07-19 20:55:26 +02:00
parent 1b8270180f
commit 694aa298cf

2
tos.c
View File

@@ -796,6 +796,8 @@ void tos_upload_mist2(char *name) {
int i;
for(i=0;i<2;i++) {
char name[] = "DISK_A ST ";
name[5] = 'A'+i;
fileTYPE file;
if(FileOpen(&file, name)) {
tos_insert_disk(i, &file);