ESP01 STM32

Dependencies:   LCD_i2c_GSOE ESP8266WebserverGSOE

Files at this revision

API Documentation at this revision

Comitter:
jack1930
Date:
Sun Aug 22 10:54:10 2021 +0000
Parent:
7:2cc694daeced
Commit message:
301 entfernt

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Aug 07 10:03:26 2021 +0000
+++ b/main.cpp	Sun Aug 22 10:54:10 2021 +0000
@@ -123,7 +123,7 @@
 void testfunc3()
 {
     diag=0x20;
-    myWebserver.send(301,"text/html","");
+    myWebserver.send(200,"text/html",getRootPage2());
 }
 
 void testfunc4()