:3
This commit is contained in:
parent
6b864b43be
commit
79c5654247
|
@ -9,7 +9,7 @@ local require = function(path)
|
||||||
return __DEFAULT_IMPORT(path)
|
return __DEFAULT_IMPORT(path)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local __UPDATE_HASH = "8b06679030eeacf8b8e72cf790b73091c2bc9bba"
|
local __UPDATE_HASH = "b325b5c21f4f619ca9454e08f1f8d17a634f245e"
|
||||||
rawset(__BUNDLER_FILES, "updater.lua", function ()
|
rawset(__BUNDLER_FILES, "updater.lua", function ()
|
||||||
local utils = require("utils.lua")
|
local utils = require("utils.lua")
|
||||||
local config = require("config.lua")
|
local config = require("config.lua")
|
||||||
|
@ -111,7 +111,6 @@ rawset(__BUNDLER_FILES, "ui.lua", function ()
|
||||||
local basalt = require("basalt")
|
local basalt = require("basalt")
|
||||||
local config = require("config.lua")
|
local config = require("config.lua")
|
||||||
local updater = require("updater.lua")
|
local updater = require("updater.lua")
|
||||||
local blibs = require("main").blibs;
|
|
||||||
local monitor = utils.Cast(peripheral.find("monitor"))
|
local monitor = utils.Cast(peripheral.find("monitor"))
|
||||||
local drive = utils.Cast(peripheral.find("drive"))
|
local drive = utils.Cast(peripheral.find("drive"))
|
||||||
local mod = {}
|
local mod = {}
|
||||||
|
@ -242,7 +241,7 @@ rawset(__BUNDLER_FILES, "main.lua", function ()
|
||||||
print("blibs:" .. tostring(blibs.log));
|
print("blibs:" .. tostring(blibs.log));
|
||||||
print("blibs:" .. tostring(blibs.json));
|
print("blibs:" .. tostring(blibs.json));
|
||||||
print("blibs:" .. tostring(blibs.notifier));
|
print("blibs:" .. tostring(blibs.notifier));
|
||||||
mod.blibs = blibs;
|
_G.blibs = blibs;
|
||||||
utils.MonReset(0.5)
|
utils.MonReset(0.5)
|
||||||
updater.GetBasalt()
|
updater.GetBasalt()
|
||||||
utils.MonPrint("keypadOS v" .. KEYPADOS_VERSION)
|
utils.MonPrint("keypadOS v" .. KEYPADOS_VERSION)
|
||||||
|
|
|
@ -35,7 +35,7 @@ function mod.main(blibs)
|
||||||
print("blibs:" .. tostring(blibs.log));
|
print("blibs:" .. tostring(blibs.log));
|
||||||
print("blibs:" .. tostring(blibs.json));
|
print("blibs:" .. tostring(blibs.json));
|
||||||
print("blibs:" .. tostring(blibs.notifier));
|
print("blibs:" .. tostring(blibs.notifier));
|
||||||
mod.blibs = blibs;
|
_G.blibs = blibs;
|
||||||
utils.MonReset(0.5)
|
utils.MonReset(0.5)
|
||||||
updater.GetBasalt()
|
updater.GetBasalt()
|
||||||
utils.MonPrint("keypadOS v" .. KEYPADOS_VERSION)
|
utils.MonPrint("keypadOS v" .. KEYPADOS_VERSION)
|
||||||
|
|
|
@ -2,7 +2,6 @@ local utils = require("utils.lua")
|
||||||
local basalt = require("basalt")
|
local basalt = require("basalt")
|
||||||
local config = require("config.lua")
|
local config = require("config.lua")
|
||||||
local updater = require("updater.lua")
|
local updater = require("updater.lua")
|
||||||
local blibs = require("main").blibs;
|
|
||||||
|
|
||||||
--- @type Monitor
|
--- @type Monitor
|
||||||
local monitor = utils.Cast(peripheral.find("monitor"))
|
local monitor = utils.Cast(peripheral.find("monitor"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user