zhouhan0126 / WIFIMANAGER-ESP32

wifimanager-esp32
MIT License
401 stars 135 forks source link

#if defined(ESP8266) #42

Closed ZebNZ closed 4 years ago

ZebNZ commented 4 years ago

Hi all,

I am using an ESP32, do I remove this line? What does it do?

if defined(ESP8266)

Thanks,

Zeb

ZebNZ commented 4 years ago

I see when you select what board you are using in the "Board Manager", that tells the program that you are using an ESP32 or an ESP8266.