examples/protocols/openssl: use common network component

This commit is contained in:
Ivan Grokhotkov
2018-11-21 00:41:45 +08:00
committed by bot
parent e0f3f62cdf
commit a46d94250d
12 changed files with 53 additions and 162 deletions

View File

@@ -12,15 +12,6 @@
#include "sdkconfig.h"
/* The examples use simple WiFi configuration that you can set via
'make menuconfig'.
If you'd rather not, just change the below entries to strings with
the config you want - ie #define EXAMPLE_WIFI_SSID "mywifissid"
*/
#define EXAMPLE_WIFI_SSID CONFIG_WIFI_SSID
#define EXAMPLE_WIFI_PASS CONFIG_WIFI_PASSWORD
#define OPENSSL_EXAMPLE_TASK_NAME "openssl_example"
#define OPENSSL_EXAMPLE_TASK_STACK_WORDS 10240
#define OPENSSL_EXAMPLE_TASK_PRIORITY 8