File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Lágmarks kröfur:
1212- [ ] Virka án nets - takkar líka
1313- [ ] Prófa SPIFFS
1414 - https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/
15+ - https://randomnerdtutorials.com/esp32-vs-code-platformio-spiffs/
1516
1617Gott að hafa:
1718
Original file line number Diff line number Diff line change @@ -123,11 +123,14 @@ void loop() {
123123 client.println (" <script src=\" https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\" sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\" anonymous\" ></script>" );
124124
125125 client.println (" <style>" );
126+ /*
126127 client.println("html {font-family: Helvetica; display: inline-block; margin: 0px auto; text-align: center;}");
127128 client.println(".mybtn {padding: 16px 40px; font-size: 30px;} ");
128129 client.println(".par { font-size: 16px;}");
129130 client.println("p {text-align: center;}");
130131 client.println(".lm35 {text-align: center; border: none; margin: 2px; padding: 16px 40px; font-size: 30px;}");
132+ */
133+
131134 client.println (" </style></head>" );
132135
133136 client.println (" <body class=\" bg-light\" >" );
@@ -200,4 +203,4 @@ void loop() {
200203 Serial.println (" " );
201204 }
202205 delay (1 );
203- }
206+ }
You can’t perform that action at this time.
0 commit comments