ElectricalAge icon indicating copy to clipboard operation
ElectricalAge copied to clipboard

Cannot initialize Eln Computer Probe

Open setsunafseiei opened this issue 6 years ago • 1 comments

  • [CHECK] Bug report
  • [ ] Feature request

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

setsunafseiei avatar Jun 08 '19 08:06 setsunafseiei

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

dennis-qt avatar Jun 08 '19 10:06 dennis-qt