Skip to content
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

Not going into Energized #158

Closed
smit-happens opened this issue Apr 20, 2018 · 1 comment
Closed

Not going into Energized #158

smit-happens opened this issue Apr 20, 2018 · 1 comment
Assignees
Labels
bug CAN Anything correlating to CAN communication on the car priority-critical Breaks everything, drop everything, get working ASAP size-small A day or 2 to complete unitek

Comments

@smit-happens
Copy link
Owner

End goal

not sending correct Unitek Can messages

Relevant Info/Links

Logger interface was messing up

Your Code

msgPump was messing with tasks/CAN message sending

void Logger::msgPump(const char* key, const char* message, msg_type type)
{
    for(int i=0; i < mNumSubscribers; i++)
    {
        mSubscribers[i]->onLogFiled(key, message, type); //this line breaks can if called.
    }
}
@smit-happens smit-happens added bug CAN Anything correlating to CAN communication on the car unitek priority-critical Breaks everything, drop everything, get working ASAP size-small A day or 2 to complete labels Apr 20, 2018
@smit-happens smit-happens added this to the Turn-key system ready milestone Apr 20, 2018
smit-happens added a commit that referenced this issue Apr 20, 2018
sdcard model, logger being called before init() and others
@smit-happens
Copy link
Owner Author

with help from @YoungMaker we debugged and fixed the issue after lots of juggling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug CAN Anything correlating to CAN communication on the car priority-critical Breaks everything, drop everything, get working ASAP size-small A day or 2 to complete unitek
Projects
None yet
Development

No branches or pull requests

2 participants