-
Notifications
You must be signed in to change notification settings - Fork 49
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
ArduinoBearSSLConfig.h
in sketch folders not accessible to library
#86
Comments
Hi @IraSch. I'm going to ask you to post the full output from a compilation. Please do this:
|
I am able to get my sketch to compile now. What I did was to put ArdruinoBearSSLConfig.h (with the DEFINE uncommented) in with the other Bear library files instead of having it in the same folder as my sketch. |
This comment was marked as off-topic.
This comment was marked as off-topic.
ArduinoBearSSLConfig.h
in sketch folders not accessible to library
I suspected this was the problem. Unfortunately #45 was not tested. The system of putting the ArduinoBearSSL/src/ArduinoBearSSL.h Line 29 in d7a68ae
and thus an In order to avoid other users suffering from the same poor experience caused by this defect, the pointless |
I installed the BearSSL library latest version. I put the
ArduinoBearSSLConfig.h
file in the same directory as my sketch, and modified it to uncomment the line:In my sketch I have
But I get a compile error:
I also tried adding the
#define
at the top of my sketch, but still get the compile error.I thought I saw someone else using this library with MKR1000, so I must be missing something.
The text was updated successfully, but these errors were encountered: