-
Notifications
You must be signed in to change notification settings - Fork 136
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
WifiSetupClass error #173
Comments
I mistyped "config.h" instead of "Config.h". My system is case-insensitive, so I didn't notice it. Try type the IP manually |
That was it, it didn't load the setup page as soon as I open the navigator but with the IP adress I could enter and configure my Wifi!! |
@petobena |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, when building via platformio I'm getting an error in the WiFiSetup class.
It's saying DEFAULT_HOSTNAME was not declared in this scope, I tried to define a DEFAULT_HOSTNAME = "brewpiless" that allows me to build correctly the code.
My problem second problem is that I can connect to the Wifi but it never starts me up the webpage to configure my Wifi.
Thanks for your help, I can explain it better if there is something you don't understand
The text was updated successfully, but these errors were encountered: