We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aedb38 commit 8ac01adCopy full SHA for 8ac01ad
server.py
@@ -4,7 +4,7 @@
4
import SimpleHTTPServer, SocketServer
5
6
#Replace this with a different path if you need to...
7
-base_path = os.path.join(os.getcwd(),"ESP8266","data")
+base_path = os.path.join(os.getcwd(),"esp8266","data")
8
9
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
10
def do_GET(self):
0 commit comments