From 3393a233ed15f48004536ca7b1417bfabbe77cc1 Mon Sep 17 00:00:00 2001 From: David Todd Date: Sun, 26 Jan 2020 17:16:27 -0600 Subject: [PATCH] Add ftp server --- .gitmodules | 3 +++ FTP-Server-for-ESP8266-ESP32-and-PYBD | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 FTP-Server-for-ESP8266-ESP32-and-PYBD diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dddce18 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "FTP-Server-for-ESP8266-ESP32-and-PYBD"] + path = FTP-Server-for-ESP8266-ESP32-and-PYBD + url = https://github.com/robert-hh/FTP-Server-for-ESP8266-ESP32-and-PYBD.git diff --git a/FTP-Server-for-ESP8266-ESP32-and-PYBD b/FTP-Server-for-ESP8266-ESP32-and-PYBD new file mode 160000 index 0000000..b8d8313 --- /dev/null +++ b/FTP-Server-for-ESP8266-ESP32-and-PYBD @@ -0,0 +1 @@ +Subproject commit b8d83138f8230c78fc7bb25f38f3de67cb4c3f00