Jaydip Pawar

Results 4 issues of Jaydip Pawar

``` #include #include #include const char *ssid = "SSID"; //Hotspot SSID const char *pass = "Password"; //Hotspot password IPAddress local_ip(192,168,0,1); IPAddress gateway(192,168,0,1); IPAddress subnet(255,255,255,0); WebSocketsServer webSocket = WebSocketsServer(81); //websocket init...

I am creating a emotion based music player, so I don't want to play all songs, so there is any way to play a particular songs list like only play...

I am using timer in my code, that's why i have to call SetState every second, but problem is that The text does not clear until the timer stops, when...

Can you update github links of your admin app and server side code because links that you provided are not working.