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

can.exitSettingMode is private in this context #8

Open
amsmntparks opened this issue Aug 19, 2023 · 0 comments
Open

can.exitSettingMode is private in this context #8

amsmntparks opened this issue Aug 19, 2023 · 0 comments

Comments

@amsmntparks
Copy link

I'm trying to compile some changes to the VoltBMS2.ino for Teensy 3.2/3.1 using the Arduino 2.1.1 IDE. It throws a lot of warnings, but a couple of errors about the can.exitSettingMode() being private in this context. I was able to resolve it by editing the Serial_CAN_Module_TeensyS3.h to move the exitSettingMode char from private to public.
I'm not sure if that's a problem with the Serial_CAN library, or if the VoltBMS2 should have a different way of closing the settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant