mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 12:30:59 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user