PC App: fix gal type, take 3

This commit is contained in:
ole00 2023-11-04 14:31:56 +00:00
parent f63ae40bb4
commit 7944dbf2c1
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ static char upload() {
sendLine(buf, MAX_LINE, 20);
//device type
sprintf(buf, "#t %i %s\r", (int) gal, galinfo[gal].name);
sprintf(buf, "#t %c %s\r", '0' + (int) gal, galinfo[gal].name);
sendLine(buf, MAX_LINE, 300);
//fuse map