-
Notifications
You must be signed in to change notification settings - Fork 49
Revert serial #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert serial #110
Conversation
I am learning from reading the commit history -- why did this happen? |
I have the same question! Why??? I've spent the last few hours trying to figure out how to accomplish this. I ran across this issue in the python code meshtastic/python#74 which brought me here. I had looked in this repo for anything that was server-attached instead of browser-attached. |
@nmaq-dev The reason is that bundling the node dependencies causes issues when used in a browser unless you do extra build steps yourself which is a recipe for pain. I have some PRs open around this, but I think the likely path forward will be a separate module to handle nodejs connections rather than including them both in this package. |
Thanks for that 🙇 I'll poke at things. I started on the python side of things because I know it far better than js/ts/node. I can give it a shot and see if I can contribute any thoughts. |
Exactly this. |
@Hunter275 glad I got it right. I've got the working node class, I just need to bundle it up into a separate package. |
Revert serial