end http connection when success

This commit is contained in:
Christophe Robillard 2025-11-06 16:41:10 +01:00
parent c3d84cc340
commit a4dea7aca3

View file

@ -105,7 +105,6 @@ void loop() {
// if (httpCode == HTTP_CODE_OK) {
if (httpCode == HTTP_CODE_CREATED) {
displaySuccess();
return;
} else {
displayError();
}