-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
topic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
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:
#define ARDUINO_DISABLE_ECCX08
In my sketch I have
#include "ArduinoBearSSLConfig.h"
#include <ArduinoBearSSL.h>
But I get a compile error:
Error compiling for board Arduino/Genuino MKR1000
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.
Metadata
Metadata
Assignees
Labels
topic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project