-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Providing empty functions for functions defined pure virtual in ESP82…
…66::Client.h
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ade2940
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.
you updated to old esp8266 core?
esp8266/Arduino@cdb5495#diff-6b1b07c053c3e5f501aa2b480d825226
https://stackoverflow.com/questions/58704904/how-do-i-let-the-compiler-know-which-virtual-to-use-from-the-imported-library
ade2940
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.
Unfortunately necessary because Arduino Create uses 2.5.0.
ade2940
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.
but it doesn't compile for SAMD Arduino then. add some ifdefs
ade2940
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.
Since you are already at it would you mind to prepare a PR?
ade2940
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.
I don't use this library. I only helped with a question linked in my first comment
ade2940
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.
So you know for sure it doesn't compile for SAMD?
ade2940
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.
uff, only now I see this is the official Arduino repository and the library is targeted for SAMD.
the esp8266 maintainers corrected the Client API on my hassle and here this.
so it is very easy to take the WiFiSimpleSender example, change the broker to IPAddress and get the error
ade2940
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.
Thx for resolving the issue on ESP core side. I wish we could do without this change but unfortunately as I've outlined above we can't. @eclipse1985 .
ade2940
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.
@JAndrassy thank you for communicating your concerns above in: ade2940#commitcomment-35852164. I've created pull request #22 to address, we would appreciate your feedback on it.