-
Notifications
You must be signed in to change notification settings - Fork 3k
ESP8266: Fix typo: gateway to netmask #12670
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
ESP8266: Fix typo: gateway to netmask #12670
Conversation
@michalpasztamobica, thank you for your changes. |
CI started |
Test run: FAILEDSummary: 1 of 6 test jobs failed Failed test jobs:
|
The failing platform is DISCO_L475VG_IOT01A. It doesn't have ESP8266. I think the failure is not related to these changes. |
@0xc0170 I don't think this need any work - the failure is the memory card issue, most likely HW-related. |
Correct, test was restarted and all green, once reviewed , can go in |
CI ran 3 days ago so re-running |
Test run: FAILEDSummary: 1 of 6 test jobs failed Failed test jobs:
|
I aborted the old one, the new one should be in the queue now |
Test run: FAILEDSummary: 1 of 6 test jobs failed Failed test jobs:
|
I restarted the job and it passed (failures were totally unrelated) |
Summary of changes
Fixes #12546.
ESP8266 driver has a typo since deprecated API removal (I typed
gateway
instead ofnetmask
).Impact of changes
None, other than netmask gets returned correctly.
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers
@star297
@AnttiKauppila