Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/mqtt.esp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -322,4 +322,4 @@ void onMqttConnect(bool sessionPresent) {
#endif


}
}