end http connection when success
This commit is contained in:
parent
c3d84cc340
commit
a4dea7aca3
1 changed files with 0 additions and 1 deletions
|
|
@ -105,7 +105,6 @@ void loop() {
|
||||||
// if (httpCode == HTTP_CODE_OK) {
|
// if (httpCode == HTTP_CODE_OK) {
|
||||||
if (httpCode == HTTP_CODE_CREATED) {
|
if (httpCode == HTTP_CODE_CREATED) {
|
||||||
displaySuccess();
|
displaySuccess();
|
||||||
return;
|
|
||||||
} else {
|
} else {
|
||||||
displayError();
|
displayError();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue