-
Notifications
You must be signed in to change notification settings - Fork 89
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
IP Address is all zeros #5
Comments
I am having the exact same issue |
I had this issue too. In file ssd1306_i2c.c, line 397, you need to change wlan0 to eth0. Recompile and rerun ./display. I submitted a pull request to fix the issue. |
Oh thank you. That’s very helpful and makes a lot of sense!
…Sent from my mobile
On Apr 12, 2021, at 6:14 PM, Brady ***@***.***> wrote:
I had this issue too. In file ssd1306_i2c.c, line 397, you need to change wlan0 to eth0. Recompile and rerun ./display. I submitted a pull request to fix the issue.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
thanks robiwisc it works! |
I asked UCTRONICS to review the issues here and update the code. This issue should be solved with their latest commit, 17 hours ago. I cannot confirm however though as I have forked my own version. |
I've submitted Pull Request #16, which will get the IP address of the default interface, which should be more robust than hard-coding the interface. |
When the Pi is connected via Ethernet the IP is displayed as 0.0.0.0.
The text was updated successfully, but these errors were encountered: