I am working on an extension to control my RGB backlights through serial. I'm trying to figure out an issue when compiling serialport for deckboard. I was able to get this working without issue in a separate electron test app but am having trouble compiling it for a deckboard extension. I'm not sure if I need to compile the module against the same node version the app was compiled against or really what the issue is.
I am working on an extension to control my RGB backlights through serial. I'm trying to figure out an issue when compiling serialport for deckboard. I was able to get this working without issue in a separate electron test app but am having trouble compiling it for a deckboard extension. I'm not sure if I need to compile the module against the same node version the app was compiled against or really what the issue is.
Any helps appreciated.
Thanks