You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting compile error at this line
libraries/UPnP/AlarmService.cpp:281:75: error: 'class SmtpClient' has no member named 'GetErrorLine'
Serial.printf("Error text %s, line %d\n", smtp->GetErrorText(), smtp->GetErrorLine());
^
can you point me to which SmtpClient library are you using?