-
Notifications
You must be signed in to change notification settings - Fork 47
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
Query IP address info from the application #25
base: master
Are you sure you want to change the base?
Conversation
Hi @dannybackx ! This changes doesn't work to me. The result of your test code is:
I'm using this version of ESP-link:
I changed the 5 files as shown here: https://github.com/jeelabs/el-client/pull/25/files Best regards. |
You need the corresponding change to esp-link also. |
Thanks by info! Now I have to learn how to compile the firmware :) |
Thank you very much! Can you tell me the username and password? |
Of the website ? You should be able to download without credentials. |
No, for ESP interface. |
See esp-link/config.c : |
Ah, sorry about that. This is stuff still under development in the branch I sent you a build from. |
Thank you very much! It's working very well now. Best regards. |
I would love to see this going into the master branch! |
… networking code.
These changes allow the (arduino) microcontroller application to query the IP address.
Note : separate commits, one of which contains fixes for compile issues in my environment.