mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +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
@ -53,7 +53,7 @@ env.Prepend(
|
||||
join(FRAMEWORK_DIR, "tools", "sdk", "libc", "xtensa-lx106-elf", "lib")
|
||||
],
|
||||
LIBS=[
|
||||
"mesh", "wpa2", "smartconfig", "espnow", "pp", "main", "wpa", "lwip_gcc",
|
||||
"wpa2", "smartconfig", "espnow", "pp", "main", "wpa", "lwip_gcc",
|
||||
"net80211", "wps", "crypto", "phy", "hal", "axtls", "gcc",
|
||||
"m", "c", "stdc++"
|
||||
]
|
||||
|
Reference in New Issue
Block a user