You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bottom line - I'd really like to do this with ESP32, rather than ESP8266. Why, because I have them and are familiar with them, but only in use with ESPHome... So I'd really love to see addition files, or maybe even a fork of this project done with ESP32 and I am more than happy to help with this!
I've been going over everything for a while now, but honestly I really struggle with Arduino IDE and coding C++ in general. I simply cannot get my code to compile. My current issue: I get a build error that "'void reconnect()' redeclared as a different kind of symbol". The error text would indicate that the function reconnect() is used in both the PubSubClient lib as well as the ESP32WifiManager lib.
I've removed the ESP3266WiFi and ESP8266mDNS libs as they seem to conflict when I have my ESP32 board selected as the target board - hence using the ESP32WifiManager lib.
The text was updated successfully, but these errors were encountered:
Bottom line - I'd really like to do this with ESP32, rather than ESP8266. Why, because I have them and are familiar with them, but only in use with ESPHome... So I'd really love to see addition files, or maybe even a fork of this project done with ESP32 and I am more than happy to help with this!
I've been going over everything for a while now, but honestly I really struggle with Arduino IDE and coding C++ in general. I simply cannot get my code to compile. My current issue: I get a build error that "'void reconnect()' redeclared as a different kind of symbol". The error text would indicate that the function reconnect() is used in both the PubSubClient lib as well as the ESP32WifiManager lib.
I've removed the ESP3266WiFi and ESP8266mDNS libs as they seem to conflict when I have my ESP32 board selected as the target board - hence using the ESP32WifiManager lib.
The text was updated successfully, but these errors were encountered: