This commit is contained in:
minjaesong
2020-10-30 11:45:22 +09:00
parent 4d4b698807
commit d8f7bb3973
8 changed files with 120 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
// Boot script
var _TVDOS = {};
_TVDOS.VERSION = "1.0";
_TVDOS.DRIVES = {}; // Object where key-value pair is <drive-letter> : [serial-port, drive-number]
// actually figure out the drive letter association
// Drive A is always the device we're currently on