-->
Page 3 of 3

Re: ESP8266 WebSockets [SOLVED]

PostPosted: Tue Feb 26, 2019 3:17 pm
by HaiESP8266
AMAZING! It is really magic. Thanks, Peter.
Would you please post a modified code for only turning on and off a LED without repeating on/off continuously...

Re: ESP8266 WebSockets [SOLVED]

PostPosted: Tue Dec 24, 2019 2:19 pm
by Merillius
Nice work Peter!
I used your code, add SPIFFS, and so I can change the style of the slider and button
without recompiling. The backgroundColor of the button is Red when LED is off and Green when LED is on.
The synchronization between the sliders on 2 different devices works great also the buttons.
The next step is a 2nd slider and a second button for each controlling a different 12V DC motor on the ESP8266-01 with your code. I have already my own code running to control both motors but that is from one device only.

So, thanks for your inspiration!