You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
This example was described in more detail in a blog post: https://krzmaz.github.io/2022-08-15-creating-a-web-server-on-raspberry-pi-pico-w-using-pico-sdk-and-lwip/
3
3
In my testing it reached ~20x performance of the MicroPython implementation from point 3.9.1 of https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf
4
4
5
+
If you want to test this example with your html files, just add/edit them in the `src/fs` directory and rebuild the project!
6
+
7
+
---
8
+
**NOTE**
9
+
10
+
This project was only tested on Linux and MacOS, I haven't prepared it for Windows.
11
+
If you need that, feel free to contribute a PR or reach out in the issue section!
0 commit comments