Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My own Issue? Or a feature request - ESP32? #58

Open
PzInTX opened this issue Aug 1, 2021 · 1 comment
Open

My own Issue? Or a feature request - ESP32? #58

PzInTX opened this issue Aug 1, 2021 · 1 comment

Comments

@PzInTX
Copy link

PzInTX commented Aug 1, 2021

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.

@PzInTX
Copy link
Author

PzInTX commented Aug 3, 2021

After some fiddling I have this working, at least on my breadboard and desk. If anyone is interested in what I've discovered please let me know.

Although I think most people doing this probably don't struggle like I do...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant