Post topics, source code that relate to the Arduino Platform

User avatar
By Merillius
#85036 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!