mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp-tls header file name change
This commit is contained in:
parent
e29294b49a
commit
30b50cbfb3
@ -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";
|
@ -20,7 +20,6 @@
|
||||
#include <ctype.h>
|
||||
#include <netdb.h>
|
||||
#include <esp_log.h>
|
||||
#include <esp-tls.h>
|
||||
|
||||
#include "sh2lib.h"
|
||||
|
||||
|
@ -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>
|
||||
|
||||
/*
|
||||
|
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user