diff --git a/src/mqtt.esp b/src/mqtt.esp index c170840a..9e59c732 100644 --- a/src/mqtt.esp +++ b/src/mqtt.esp @@ -239,7 +239,7 @@ void onMqttMessage(char* topic, char* payload, AsyncMqttClientMessageProperties else if (strcmp(command, "listusr") == 0) { #ifdef DEBUG - Serial.println("[ MARE ] List usees"); + Serial.println("[ MARE ] List users"); #endif getUserList(1); return; @@ -322,4 +322,4 @@ void onMqttConnect(bool sessionPresent) { #endif -} \ No newline at end of file +}