:3
This commit is contained in:
parent
4ccc4b07da
commit
5fa92ae0c4
|
@ -9,7 +9,7 @@ local require = function(path)
|
||||||
return __DEFAULT_IMPORT(path)
|
return __DEFAULT_IMPORT(path)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local __UPDATE_HASH = "96df9a493f4267ffd5ffd916bc41111bbe31a907"
|
local __UPDATE_HASH = "ec1abeef47083a93b21ce1cedaa804753c1f6036"
|
||||||
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")
|
||||||
|
@ -237,7 +237,7 @@ rawset(__BUNDLER_FILES, "main.lua", function ()
|
||||||
local mod = {}
|
local mod = {}
|
||||||
KEYPADOS_VERSION = "4.0"
|
KEYPADOS_VERSION = "4.0"
|
||||||
function mod.main(blibs)
|
function mod.main(blibs)
|
||||||
print("blibs:" .. blibs);
|
print("blibs:" .. tostring(blibs));
|
||||||
mod.blibs = blibs;
|
mod.blibs = blibs;
|
||||||
utils.MonReset(0.5)
|
utils.MonReset(0.5)
|
||||||
updater.GetBasalt()
|
updater.GetBasalt()
|
||||||
|
|
|
@ -30,7 +30,7 @@ KEYPADOS_VERSION = "4.0"
|
||||||
|
|
||||||
---@param blibs BootloaderLibs
|
---@param blibs BootloaderLibs
|
||||||
function mod.main(blibs)
|
function mod.main(blibs)
|
||||||
print("blibs:" .. blibs);
|
print("blibs:" .. tostring(blibs));
|
||||||
mod.blibs = blibs;
|
mod.blibs = blibs;
|
||||||
utils.MonReset(0.5)
|
utils.MonReset(0.5)
|
||||||
updater.GetBasalt()
|
updater.GetBasalt()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user