iternio / ovms-link

14 stars 6 forks source link

TypeError: load_cb: cannot find module: abrp.js #1

Closed Edwintenhaaf closed 2 years ago

Edwintenhaaf commented 3 years ago

Line 15 abrp = require("abrp"); --> abrp = require("sendlivedata2abrp"); Line 16 abrp.send(1) --> abrp.send(1);

jason-abrp commented 2 years ago

This is only required if you have not renamed the file from "sendlivedata2abrp.js" to "abrp.js" as it is in the current repository. I appreciate the input, though! Sorry I didn't notice the merge request for a while.