From f29a3cfaceb300c927ad4e26e3f1e3d06eaeb019 Mon Sep 17 00:00:00 2001 From: Develo Date: Thu, 28 May 2020 20:31:02 -0400 Subject: [PATCH] Add FTP client/server lib link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c4c2f9c21..6b085aa5c9 100644 --- a/README.md +++ b/README.md @@ -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)