Rename the sdk_prototypes header to sdk_private
This commit is contained in:
parent
1292829a07
commit
70cec6c3b7
6 changed files with 18 additions and 18 deletions
|
@ -5,6 +5,7 @@
|
|||
* This sample code is in the public domain.,
|
||||
*/
|
||||
#include "espressif/esp_common.h"
|
||||
#include "espressif/sdk_private.h"
|
||||
|
||||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
|
@ -15,8 +16,6 @@
|
|||
#include "lwip/netdb.h"
|
||||
#include "lwip/dns.h"
|
||||
|
||||
#include "espressif/sdk_prototypes.h"
|
||||
|
||||
#define WEB_SERVER "chainxor.org"
|
||||
#define WEB_PORT 80
|
||||
#define WEB_URL "http://chainxor.org/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue