We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Regarding the API to close a socket a int is expected as id,
int
id
https://github.com/Diaoul/arduino-ESP8266/blob/master/ESP8266.cpp#L431
And from the examples: https://github.com/Diaoul/arduino-ESP8266/blob/master/examples/Complete/Complete.ino#L154 that parameter is not present.
What value should I take? Maybe getId() https://github.com/Diaoul/arduino-ESP8266/blob/master/ESP8266.cpp#L556 ?
getId()
Note: https://github.com/esp8266/esp8266-wiki/wiki/at_0.9.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Regarding the API to close a socket a
int
is expected asid
,https://github.com/Diaoul/arduino-ESP8266/blob/master/ESP8266.cpp#L431
And from the examples: https://github.com/Diaoul/arduino-ESP8266/blob/master/examples/Complete/Complete.ino#L154 that parameter is not present.
What value should I take? Maybe
getId()
https://github.com/Diaoul/arduino-ESP8266/blob/master/ESP8266.cpp#L556 ?Note: https://github.com/esp8266/esp8266-wiki/wiki/at_0.9.1
The text was updated successfully, but these errors were encountered: