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.
2 parents af6e673 + 6c84978 commit da286ceCopy full SHA for da286ce
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