mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-27 17:27:15 +02:00
update IDF libraries and includes
This commit is contained in:
@ -60,7 +60,7 @@ typedef s8_t err_t;
|
||||
#define ERR_USE -8 /* Address in use. */
|
||||
|
||||
|
||||
#ifdef LWIP_ESP8266
|
||||
#if ESP_LWIP
|
||||
#define ERR_ALREADY -9 /* Already connected. */
|
||||
#define ERR_ISCONN -10 /* Conn already established.*/
|
||||
#define ERR_IS_FATAL(e) ((e) < ERR_ISCONN)
|
||||
|
Reference in New Issue
Block a user