File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -250,9 +250,7 @@ jobs:
250
250
# Install renesas_uno platform via Boards Manager
251
251
- name: arduino:renesas_uno
252
252
libraries : |
253
- - name: Blues Wireless Notecard
254
- sketch-paths : |
255
- - examples/ArduinoIoTCloud-Notecard
253
+ - name: ArduinoBearSSL
256
254
# Nano ESP32
257
255
- board :
258
256
type : arduino_esp32
Original file line number Diff line number Diff line change 23
23
******************************************************************************/
24
24
#include < AIoTC_Config.h>
25
25
26
- #if defined(BOARD_HAS_OFFLOADED_ECCX08) || defined(BOARD_HAS_ECCX08)
26
+ #if defined(BOARD_HAS_OFFLOADED_ECCX08) || defined(BOARD_HAS_ECCX08) || defined(BOARD_HAS_SOFTSE)
27
27
#define HAS_BEARSSL
28
28
#else
29
29
#define HAS_MBEDTLS
30
30
#endif
31
31
32
32
#if defined(HAS_BEARSSL)
33
+ #include < ArduinoBearSSL.h>
33
34
#include < bearssl/bearssl_hash.h>
34
35
#else
35
36
#include < mbedtls/sha256.h>
You can’t perform that action at this time.
0 commit comments