std::functioanl for WFIF event + Minor fix (#1366)

* add missing bits from esp8266 to help porting other libs

* Clean Up of Wifi event

* Exampl of Wifi Events
This commit is contained in:
Tim P
2018-05-14 21:05:49 +10:00
committed by Me No Dev
parent 7bf1f47c97
commit 6bf7619ccc
5 changed files with 98 additions and 43 deletions

View File

@ -71,7 +71,7 @@ typedef unsigned long prog_uint32_t;
#define memcpy_P memcpy
#define strcpy_P strcpy
#define strncpy_P strncpy
#define strcat_p strcat
#define strcat_P strcat
#define strncat_P strncat
#define strcmp_P strcmp
#define strncmp_P strncmp