We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1f324 commit 6c84978Copy full SHA for 6c84978
1 file changed
PicoW_CircuitPython_HTTP_Server/code.py
@@ -82,7 +82,7 @@ def c_to_f(temp):
82
83
print("Connected to WiFi")
84
pool = socketpool.SocketPool(wifi.radio)
85
-server = HTTPServer(pool)
+server = HTTPServer(pool, "/static")
86
87
# variables for HTML
88
# comment/uncomment desired temp unit
0 commit comments