-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update deviceStore.ts #139
base: main
Are you sure you want to change the base?
Conversation
@JQ3B94 is attempting to deploy a commit to the Meshtastic Team on Vercel. A member of the Team first needs to authorize it. |
having it try to close the serial port if its open before opening it again basicaly starting the connection De Novo if there is any kind of connection (i.e literally turn it off and then back on again) In practice this would reset any residual connection , removing a variable that might cause a failure to connect |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
with the new code i added yesterday i have determined its definitely an error with communicating with the serial port |
ive added some extra code to make the error messages more verbose which should give me a better idea of the problem |
this is my attempt at fixing #138