Search found 1 match
- Mon Dec 06, 2021 5:54 pm
- Forum: General Discussion
- Topic: ESP32 Webserver - Displaying the HTML Web Page
- Replies: 0
- Views: 1599
ESP32 Webserver - Displaying the HTML Web Page
Hi, I would like to get some assistance in regards to the subject. I would like to know how do we style 2 grid columns? #include <WiFi.h> #include <WebServer.h> /*Put your SSID & Password*/ const char* ssid = " YourNetworkName"; // Enter SSID here const char* password = " YourPassword"; //Enter Pass...