Fix bootloader jump

This commit is contained in:
William Toohey
2016-03-20 21:14:14 +10:00
parent 9a6ae6d3c8
commit 523dd87df3
4 changed files with 24 additions and 17 deletions

View File

@@ -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");