Led control program is not working


any advice to correct the problem please reply

Please don’t write the api key and name it will fetch automatically when you run this code…
remove this line from your code…

setKey('{{ApiKey}}','{{Name}}');

Let me know if code is running or not…

3 Likes

The problem is with your code.Replace the line of setKey in your program with this line:setKey(’{{ApiKey}}’,’{{Name}}’);
because it will automatically access your API key & Name,You don’t require to write it in your program.
problem solved?

setkey(’{{ApiKey}}’,’{{Name}}’); will automatically fetch the API key and Name, and you can use Snipping tool for screenshots and edit them there itself

thanks , it worked…

1 Like

thanks …

thanks…

Thanks for this. I also got same problem. I have solved this problem by read this.