-
Notifications
You must be signed in to change notification settings - Fork 79
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
Connect to wifi problem on ESP32 #79
Comments
Hi, have you tried out my fork of the Project? |
Yes, but it didnt work either. Can you explain, what you have done differently? |
In ESP822MQTTMesh.h three lines have to be uncommented and one has to be adapted: #ifdef ESP32 In ESP8266.cpp the following changes have to be made: //os_sprintf(id, "ChipID:%06X FirmwareID:%04X v%s IP:%s %s", _chipID, firmware_id, firmware_ver, WiFi.localIP().toString().c_str(), meshConnect ? "mesh" : "");
I remember that another error message occurred but I can not find the spot in the source code. |
Please have a try also of my fork, see also my pull request #84 |
I have a similar problem like some other users mentioned.
Using the library on an ESP32 the programm stops at:
[connect] Connecting to SSID:
I havent found any solutions to this problem in previous issues. Has anyone used the lib on an ESP32?
The text was updated successfully, but these errors were encountered: