From a4dea7aca38db9c4e7230c3de692ad29c38cefd9 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Thu, 6 Nov 2025 16:41:10 +0100 Subject: [PATCH] end http connection when success --- the-cup.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/the-cup.ino b/the-cup.ino index ca27ca8..d1f7782 100644 --- a/the-cup.ino +++ b/the-cup.ino @@ -105,7 +105,6 @@ void loop() { // if (httpCode == HTTP_CODE_OK) { if (httpCode == HTTP_CODE_CREATED) { displaySuccess(); - return; } else { displayError(); }