From f1e2de8ffcad08c0ade647527892e8e4e8e8aebf Mon Sep 17 00:00:00 2001 From: Jon Griffith <32052562+arretx@users.noreply.github.com> Date: Tue, 2 Jul 2019 12:33:56 -0700 Subject: [PATCH] Spelling error? I may have identified a spelling error in the code. --- src/mqtt.esp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}