Esp 8266 upload issue DHT 22

I am having issues compiling a code for my Adafruit Feather HUZZAH with ESP8266. I took a screen shot of my issue. Can anyone help me with this?

delete " and retype "

To add to what Shramik said, those quotes you have on line 4 are curly quotes which don’t work in the Arduino IDE. You get those when you copy off some web sites that automatically replace them. Curly quotes are used only in writing because it makes it easier to read.

1 Like

Thanks for the help on this.

1 Like