-
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?
Changes from all commits
67b4fa5
b124312
d84cd18
4510bcf
7689665
7857c9d
491baa3
de5d128
5045d56
3d601a9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -501,6 +501,11 @@ class Wippersnapper { | |
wippersnapper_signal_v1_CreateSignalRequest | ||
_outgoingSignalMsg; /*!< Outgoing signal message from device */ | ||
}; | ||
extern Wippersnapper WS; ///< Global member variable for callbacks | ||
|
||
// Include networking to get the platform-specific Wippersnapper_WiFi typedef | ||
#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 commentThe 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. |
||
|
||
#endif // ADAFRUIT_WIPPERSNAPPER_H |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. all these need fixing up like esp32 (other Arch builds not tested) |
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