Improve espressif platform and native example for new SDK

This commit is contained in:
Valeriy Koval
2015-07-17 14:32:50 +03:00
parent 60e3d7450f
commit b85303c12a
2 changed files with 43 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ if "FRAMEWORK" not in env:
LDSCRIPT_PATH=join(
"$PIOPACKAGES_DIR", "sdk-esp8266", "ld", "eagle.app.v6.ld"),
LIBS=["c", "gcc", "phy", "pp", "net80211", "lwip", "wpa", "main",
"json", "upgrade", "smartconfig", "at", "ssl"]
"json", "upgrade", "smartconfig", "pwm", "at", "ssl"]
)
#