-
Notifications
You must be signed in to change notification settings - Fork 56
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
IChip parameter loading code locks up #61
Comments
Does this have to do something with my recent changes ? I can not On 06.05.2014 21:54, Collin Kidder wrote:
|
No, I think it had to do work all of the extra stuff I added for elm327 emulation. Also, it could be just me. On May 6, 2014 4:28:08 PM EDT, Michael Neuweiler [email protected] wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
Yep, you're right. If I comment out the elm327 stuff in createObjects() On 07.05.2014 01:03, Collin Kidder wrote:
|
check out the code on my pull request of today. I invested a lot of work/debugging to get the ichip communication ironed out. It also differentiates between WebSocket or ELM-Sockets and would support multiple open sockets and adds a watch-dog which resets the ichip in case it crashes (due to high traffic on websockets) |
There seems to be two ways to lock up the initial parameter setting. The first one is to try to change the logging level while the ichip is active. The second is to not be in loglevel=0 when the system starts up. Both are big problems. This happens with the code in the ArduinoDue branch.
The text was updated successfully, but these errors were encountered: