esp-tls header file name change

This commit is contained in:
Jitin George 2018-02-14 18:51:26 +05:30
parent e29294b49a
commit 30b50cbfb3
5 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,7 @@
#include <netdb.h>
#include <http_parser.h>
#include "esp-tls.h"
#include "esp_tls.h"
static const char *TAG = "esp-tls";

View File

@ -20,7 +20,6 @@
#include <ctype.h>
#include <netdb.h>
#include <esp_log.h>
#include <esp-tls.h>
#include "sh2lib.h"

View File

@ -14,7 +14,7 @@
#ifndef __ESP_EXAMPLE_SH2_LIB_H_
#define __ESP_EXAMPLE_SH2_LIB_H_
#include "esp-tls.h"
#include "esp_tls.h"
#include <nghttp2/nghttp2.h>
/*

View File

@ -38,7 +38,7 @@
#include "lwip/netdb.h"
#include "lwip/dns.h"
#include "esp-tls.h"
#include "esp_tls.h"
/* The examples use simple WiFi configuration that you can set via
'make menuconfig'.