mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
sdk: update to 2.2.0
- update libraries and header files - remove libmesh - update PHY init data
This commit is contained in:
committed by
Ivan Grokhotkov
parent
f9ac524b13
commit
429f40d321
@ -127,6 +127,7 @@ enum espconn_option{
|
||||
ESPCONN_NODELAY = 0x02,
|
||||
ESPCONN_COPY = 0x04,
|
||||
ESPCONN_KEEPALIVE = 0x08,
|
||||
ESPCONN_MANUALRECV = 0x10,
|
||||
ESPCONN_END
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user