v1.0.2 - Removed a forgotten ocelot card call in shell.lua, updated WebInstall to set boot address and added alternative install method to README.md.

This commit is contained in:
TheWahlolly
2025-05-18 19:55:24 +03:00
parent a4ffcb0119
commit d083b7006f
5 changed files with 7 additions and 70 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.0.1"
_G._OSVERSION = "Halyde 1.0.2"
function _G.import(module, ...)
local args = table.pack(...)
-1
View File
@@ -1,7 +1,6 @@
local shellcfg = import("/halyde/config/shell.cfg")
import("/halyde/core/termlib.lua")
local event = import("event")
local ocelot = component.proxy(component.list("ocelot")())
local filesystem = import("filesystem")
local gpu = component.proxy(component.list("gpu")())