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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
5
5
Here some example from my tutorial on "How to Build a Web Server"
6
6
1.[Web Server with esp8266 and esp32: serve pages and manage LEDs](https://www.mischianti.org/2020/10/19/web-server-with-esp8266-and-esp32-serve-pages-and-manage-leds-1/)
7
-
2. Web Server with esp8266 and esp32: byte array gzipped pages and SPIFFS
8
-
3. Web Server with esp8266 and esp32: distribution of an entire site
7
+
2.[Web Server with esp8266 and esp32: byte array gzipped pages and SPIFFS](https://www.mischianti.org/2020/10/26/web-server-with-esp8266-and-esp32-byte-array-gzipped-pages-and-spiffs-2/)
8
+
3. Web Server with esp8266 and esp32: multi purpose generic web server
9
9
4. Web Server with esp8266 and esp32: manage security and authentication
10
10
5. Web Server with esp8266 and esp32: add secure REST back-end
11
11
6. Web Server with esp8266 and esp32: DHT temperature humidity secure Web Interface
0 commit comments