Replies: 1 comment
-
|
electron is supposed to support it but we disable a lot of permissions you'll probably need to make a few changes to files in this repository:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have managed to create an extension that interacts with an Arduino board and I am able to load and use it in the web editor (unsandboxed).
The problem is that the same extension does not work in the electron desktop version. It seems that the electron does have the necessary permission to list serial ports and open a list of serial ports. Is there a way to allow such a permission in a custom electron build?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions