1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Add FTP client/server lib link (#7336)

This commit is contained in:
Develo 2020-05-29 10:12:46 -04:00 committed by GitHub
parent 51daecc236
commit 0d43338a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,3 +135,5 @@ ESP8266 core files are licensed under LGPL.
[SoftwareSerial repo](https://github.com/plerup/espsoftwareserial)
[Serial Monitor Arduino IDE plugin](https://github.com/mytrain/arduino-esp8266-serial-plugin) Original discussion [here](https://github.com/esp8266/Arduino/issues/1360), quick download [there](http://mytrain.fr/cms//images/mytrain/private/ESP8266SM.v3.zip).
[FTP Client/Server Library](https://github.com/dplasa/FTPClientServer)