From ddcdcaba71d5f52f037687b0e69e2ae439867115 Mon Sep 17 00:00:00 2001 From: ardyesp Date: Sun, 4 Mar 2018 19:53:49 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7256b0..55d9f77 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A WiFi WebDAV server using ESP8266. Maintains the filesystem on an SD card. Supports the basic WebDav operations. +The drive can be used as a networked drive to upload gcode to 3d printer's SD card. Additional interface will be required to avoid accessing SD card when printer is reading from it. + ## Dependencies: 1. [ESP8266 Arduino Core version 2.4](https://github.com/esp8266/Arduino)