We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351f84c commit b4cae2bCopy full SHA for b4cae2b
src/ArduinoBearSSLConfig.h
@@ -19,7 +19,9 @@
19
#define ARDUINO_BEARSSL_CONFIG_H_
20
21
/* Enabling this define allows the usage of ArduinoBearSSL without crypto chip. */
22
-//#define ARDUINO_DISABLE_ECCX08
+#if defined(ARDUINO_UNOR4_WIFI)
23
+ #define ARDUINO_DISABLE_ECCX08
24
+#endif
25
26
/* Enable/Disable global instances*/
27
#define ARDUINO_BEARSSL_DISABLE_AES128
src/tls/utility/SHA256.h
@@ -32,6 +32,7 @@
32
#endif
33
34
#if defined(HAS_BEARSSL)
35
+ #include <ArduinoBearSSLConfig.h>
36
#include <ArduinoBearSSL.h>
37
#include <bearssl/bearssl_hash.h>
38
#else
0 commit comments