Open setsunafseiei opened 5 years ago
I cannot initialize the eln computer probe with my opencomputer using tier 3 computer.
I am using local probe = require("ElnProbe") or local probe = require("Probe") and without that code yet still error
Currently using 1.14.2 Electrical Age mod OpenComputers mod 1.7.3.1258
The computer probe is a component to OpenComputers. The require() command is for loading libraries. To get access to the component use the component library: local probe = require("component").ElnProbe
local probe = require("component").ElnProbe
Issue description
I cannot initialize the eln computer probe with my opencomputer using tier 3 computer.
Steps to reproduce
I am using local probe = require("ElnProbe") or local probe = require("Probe") and without that code yet still error
Electrical Age version
Currently using 1.14.2 Electrical Age mod OpenComputers mod 1.7.3.1258