i dont want to use thin speaker can any one me how to remove all code of thin speaker from main code and use remaining code
Hi there,
to avoid running code related to the speaker simply comment out the code.
commenting out means placing two slashes // at the beginning of each row in code that defines or calls the speaker.
commenting out will cause the row in your editor to become gray & this will mean that it will not run.
After commenting out all the relevant rows, upload your code again.
Cheers.