We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using on Raspberry Pi Zero, gateway ID is bad calculated. Gateway ID: 00:00:00:ff:ff:00:00:00
Gateway ID: 00:00:00:ff:ff:00:00:00
This is probably due to lack of eth0 interface. Any option to force gateway ID ? Or use wlan0 MAC to calculate ID ?
The text was updated successfully, but these errors were encountered:
If your RPi is connected over WIFI you can replace "eth0" with "wlan0" in the main.cpp file.
Sorry, something went wrong.
this worked in my raspberry zero - thank you
No branches or pull requests
When using on Raspberry Pi Zero, gateway ID is bad calculated.
Gateway ID: 00:00:00:ff:ff:00:00:00
This is probably due to lack of eth0 interface.
Any option to force gateway ID ? Or use wlan0 MAC to calculate ID ?
The text was updated successfully, but these errors were encountered: