ESP8266 boards and I have 2 questions that I need help on.
1: The sketch included as attachment works properly and I like to know more about the HTML section.
Where can I find information on the 3 html lines found in it.
The ".button" doesn't seems to be related to anything.
".button-on:active {background-color: #16a085;}\n";
".button-off {background-color: #34495e;}\n";
".button-off:active {background-color: #2c3e50;}\n";
2: Can someone give me some directions on how to send Date & Time to 6 ESP8266.
Like 1 ESPserver and 5 ESPstations (no connection on external network or internet).
Since UDP seems not quite reliable I'm looking for something else but what ????
I want to use the server's comm lines to hook-up to a microcontroller to send data via
the ESP8266 server and microcontroller to receive data from the wifi for the stations.
No need for the server to receive anything from the stations. Just a one way communication.
If it's not feasible than may be using wifi router just for them.
I already have some ESP-01s for stations cause there very small, and D1 mini pro for server
as it have an external antenna. (But I'm open to something else if that's not a good choice).
Any help will very appreciated. Thanks at advance.