fix: update comments for clarity and organization in inventoryClient.lua
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
-- Connects to the master inventoryManager via wired modem.
|
-- Connects to the master inventoryManager via wired modem.
|
||||||
-- Shows the same dashboard but runs NO automation tasks.
|
-- Shows the same dashboard but runs NO automation tasks.
|
||||||
-- Orders and smelter controls are sent to the master.
|
-- Orders and smelter controls are sent to the master.
|
||||||
|
--
|
||||||
|
-- Uses Opus UI framework via manager/client_display.lua
|
||||||
|
-- (mirrors manager/display.lua used by the server).
|
||||||
|
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
-- Default configuration (overridden by .client_config)
|
-- Default configuration (overridden by .client_config)
|
||||||
@@ -39,10 +42,9 @@ end
|
|||||||
local CLIENT_CONFIG_FILE = _path(".client_config")
|
local CLIENT_CONFIG_FILE = _path(".client_config")
|
||||||
|
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
-- Shared UI helpers (loaded early for config use)
|
-- Modules
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
local ui = dofile(_path("lib/ui.lua"))
|
|
||||||
local log = dofile(_path("lib/log.lua"))
|
local log = dofile(_path("lib/log.lua"))
|
||||||
|
|
||||||
local function loadConfig()
|
local function loadConfig()
|
||||||
|
|||||||
Reference in New Issue
Block a user