mirror of https://github.com/jeelabs/esp-link.git
parent
a1b8b82816
commit
d419bdb4f7
@ -0,0 +1,18 @@ |
|||||||
|
// Combined include file for esp8266
|
||||||
|
|
||||||
|
#include <ctype.h> |
||||||
|
#include <stdio.h> |
||||||
|
#include <stdlib.h> |
||||||
|
#include <string.h> |
||||||
|
|
||||||
|
#include <c_types.h> |
||||||
|
#include <ip_addr.h> |
||||||
|
#include <espconn.h> |
||||||
|
#include <ets_sys.h> |
||||||
|
#include <gpio.h> |
||||||
|
#include <mem.h> |
||||||
|
#include <osapi.h> |
||||||
|
#include <user_interface.h> |
||||||
|
|
||||||
|
#include "espmissingincludes.h" |
||||||
|
#include "uart_hw.h" |
Loading…
Reference in new issue