We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I downloaded the code from Github and I am trying to compile it in PlatformIO but I am getting a compile error
inc/protocolfunctions.h:3:10: fatal error: protocol.h: No such file or directory
Should I be adding the protocol.h file from here https://github.com/bipropellant/bipropellant-hoverboard-api/blob/master/src/protocolFunctions.h
The text was updated successfully, but these errors were encountered:
you need this repo too: https://github.com/bipropellant/bipropellant-protocol
Sorry, something went wrong.
get this https://github.com/bipropellant/bipropellant-protocol
move the .h files to inc move the .c files to src
I have no clue why this basic thing isn't mentioned or just pasted into the folder from the beginning.
No branches or pull requests
Hi,
I downloaded the code from Github and I am trying to compile it in PlatformIO but I am getting a compile error
inc/protocolfunctions.h:3:10: fatal error: protocol.h: No such file or directory
Should I be adding the protocol.h file from here https://github.com/bipropellant/bipropellant-hoverboard-api/blob/master/src/protocolFunctions.h
The text was updated successfully, but these errors were encountered: