Compile Time error #192
Unanswered
Eashubh128
asked this question in
Q&A
Replies: 1 comment
-
Thanks for reporting this. Please update the library to v1.4.12. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey , I am running on the latest version of the library , but encountering a compile time error
c:\users\thapliyal\documents\arduino\libraries\firebaseclient\src\core\asyncclient\asyncclient.h: In member function 'bool AsyncClientClass::getNetworkStatus()':
c:\users\thapliyal\documents\arduino\libraries\firebaseclient\src\core\network.h:296:23: error: 'PPP' was not declared in this scope
296 | #define PPP_CONNECTED PPP.connected()
| ^~~
c:\users\thapliyal\documents\arduino\libraries\firebaseclient\src\core\asyncclient\asyncclient.h:1840:117: note: in expansion of macro 'PPP_CONNECTED'
1840 | else if (net.network_data_type == firebase_network_data_default_network || WIFI_CONNECTED || ethLinkUp() || PPP_CONNECTED)
| ^~~~~
exit status 1
Compilation error: exit status 1
Please help , what should I do ?
Thank you for the library .
Beta Was this translation helpful? Give feedback.
All reactions