-
Notifications
You must be signed in to change notification settings - Fork 54
Featherv2 eink linking #829
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
base: main
Are you sure you want to change the base?
Conversation
…ontroller.cpp Feather ESP32 V2 was showing no network interface when submitting displayResponse from e-ink featherwing after initial add
#include "Wippersnapper_Networking.h" | ||
|
||
// // Global WS instance - defined as platform-specific type in Wippersnapper.cpp | ||
// extern Wippersnapper_WiFi WS; ///< Global member variable for callbacks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drop this, but leave comment: global WS now is a Wippersnapper_WiFi which comes via Wippersnapper_Networking.h, but needs to be extern'd in each cpp file.
*/ | ||
|
||
#include "Wippersnapper.h" | ||
#include "Wippersnapper_Networking.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be via Wippersnapper.h now so drop this include
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all these need fixing up like esp32 (other Arch builds not tested)
Draft PR to be able to leave comments on the changes