1
0
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:
Ivan Grokhotkov
2018-02-16 00:31:46 +03:00
committed by Ivan Grokhotkov
parent f9ac524b13
commit 429f40d321
17 changed files with 267 additions and 177 deletions

View File

@ -127,6 +127,7 @@ enum espconn_option{
ESPCONN_NODELAY = 0x02,
ESPCONN_COPY = 0x04,
ESPCONN_KEEPALIVE = 0x08,
ESPCONN_MANUALRECV = 0x10,
ESPCONN_END
};