mirror of
https://github.com/mon/TataconUSB.git
synced 2026-09-11 03:45:09 -05:00
Fix bootloader jump
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
var title = document.createElement("div");
|
||||
title.className = "title";
|
||||
title.textContent = "Tatacon to USB v" + device.config[configBytes.version];
|
||||
title.textContent = "Tatacon to USB v" + device.config[configBytes.version]/10;
|
||||
ui.appendChild(title);
|
||||
|
||||
var tatacon = document.createElement("div");
|
||||
|
||||
Reference in New Issue
Block a user