-
Notifications
You must be signed in to change notification settings - Fork 3k
ESP8266: Fix compilation error when default interface is enabled #7967
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 compilation error when default interface is enabled #7967
Conversation
Compile [ 1.3%]: ESP8266Interface.cpp [Error] ESP8266Interface.cpp@582,33: cannot declare static function inside another function [Error] ESP8266Interface.cpp@583,13: cannot convert 'ESP8266Interface (*)()' to 'WiFiInterface*' in return Failed to build library
@SeppoTakalo this might be a candidate for 5.10 rc2 ? |
This looks like something that should be part of 5.10-RC1. |
Yep, needs to be fixed. |
/morph build |
Build : SUCCESSBuild number : 2996 Triggering tests/morph test |
Test : FAILUREBuild number : 2759 |
Exporter Build : FAILUREBuild number : 2607 |
|
/morph export-build |
Exporter Build : SUCCESSBuild number : 2611 |
/morph test |
Test : SUCCESSBuild number : 2764 |
Description
Fixes below compilation error:
Pull request type