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.
I installed the BearSSL library latest version. I put the
ArduinoBearSSLConfig.hfile 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
#defineat 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.