Having a hard time uploading MK's programs into my node mcu


#1

hi everyone, I hope everything’s good
I have been unabled to upload any program so far on my node mcu

i get this :
exit status 1
stray ‘\342’ in program
and it’s pointing at : else if (msgString == “CH1OFF”)

also have problem with : ‘messageReceived’ was not declared in this scope
and it’s pointing at client.onMessage(messageReceived);