File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
libraries/WiFiClientSecure/src Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,15 @@ tinypico.build.boot=dio
334
334
tinypico.build.partitions=default
335
335
tinypico.build.defines=
336
336
337
+ tinypico.menu.PartitionScheme.default=Default
338
+ tinypico.menu.PartitionScheme.default.build.partitions=default
339
+ tinypico.menu.PartitionScheme.no_ota=No OTA (Large APP)
340
+ tinypico.menu.PartitionScheme.no_ota.build.partitions=no_ota
341
+ tinypico.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
342
+ tinypico.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
343
+ tinypico.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
344
+ tinypico.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
345
+
337
346
tinypico.menu.UploadSpeed.921600=921600
338
347
tinypico.menu.UploadSpeed.921600.upload.speed=921600
339
348
tinypico.menu.UploadSpeed.115200=115200
Original file line number Diff line number Diff line change 19
19
#include " ssl_client.h"
20
20
#include " WiFi.h"
21
21
22
+ #ifndef MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED
23
+ # error "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher"
24
+ #endif
22
25
23
26
const char *pers = " esp32-tls" ;
24
27
You can’t perform that action at this time.
0 commit comments