-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WiFi.config does not work #143
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
Comments
It's a bug! thanks for reporting this :) |
The following issue is present for me when using WiFi.config.
Seems like every number I put in the last parameter of IPAddress is assigned as the first number of the new IP address, all other parameters are discarded. |
blue-2357
pushed a commit
to blue-2357/arduino-esp32
that referenced
this issue
Jul 17, 2024
brentru
added a commit
to adafruit/arduino-esp32
that referenced
this issue
Oct 22, 2024
Fix FQBN for QT Py S3
darkxst
pushed a commit
to darkxst/arduino-esp32
that referenced
this issue
Dec 5, 2024
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
dash0820
added a commit
to dash0820/arduino-esp32-stripped
that referenced
this issue
Mar 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result of this code is:
Looks a if it would use always DHCP, should be 192.168.31.212 and not 192.168.31.108
Is it a bug or do I something wrong?
The text was updated successfully, but these errors were encountered: