File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 122
122
#define HAS_TCP
123
123
#endif
124
124
125
- #if defined(ARDUINO_NANO_RP2040_CONNECT )
126
- #define BEAR_SSL_CLIENT_IBUF_SIZE (16384 + 325) // Allows download from storage API
127
- #endif
128
-
129
125
#if defined(ARDUINO_EDGE_CONTROL )
130
126
#define BOARD_HAS_SECRET_KEY
131
127
#define HAS_TCP
149
145
#endif // HAS_NOTECARD
150
146
151
147
#if defined(ARDUINO_PORTENTA_H7_M7 ) || defined(ARDUINO_NICLA_VISION ) || defined(ARDUINO_OPTA ) || defined(ARDUINO_GIGA )
152
- #define BEAR_SSL_CLIENT_IBUF_SIZE (16384 + 325) // Allows download from storage API
153
148
#define BOARD_STM32H7
154
149
#endif
155
150
Original file line number Diff line number Diff line change 38
38
39
39
#define BEAR_SSL_CLIENT_CHAIN_SIZE 1
40
40
41
+ #if defined(ARDUINO_PORTENTA_H7_M7 ) || defined(ARDUINO_NICLA_VISION ) || defined(ARDUINO_OPTA ) || \
42
+ defined(ARDUINO_GIGA ) || defined(ARDUINO_NANO_RP2040_CONNECT )
43
+ /* Allows download from OTA storage API */
44
+ #define BEAR_SSL_CLIENT_IBUF_SIZE (16384 + 325)
45
+ #endif
46
+
41
47
#endif /* ARDUINO_BEARSSL_CONFIG_H_ */
You can’t perform that action at this time.
0 commit comments