diff --git a/server/commande_telephone.ino b/server/commande_telephone.ino index 590eea3..607c752 100644 --- a/server/commande_telephone.ino +++ b/server/commande_telephone.ino @@ -102,7 +102,7 @@ void parseRequestParams(AsyncWebServerRequest &request, String &command, int &va // Stop here with error message if wrong command if (!request->hasParam("command")) { - command = "Not the good command"; + command = "No command provided"; return; }