From dccb404329ba294d0cedce7a4733dfb9e6741ebd Mon Sep 17 00:00:00 2001 From: Marcos Del Sol Vives Date: Sun, 7 Jan 2024 19:29:32 +0100 Subject: [PATCH] Update cmdhfwaveshare help --- client/src/cmdhfwaveshare.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/cmdhfwaveshare.c b/client/src/cmdhfwaveshare.c index f3906bed2..7dfef808c 100644 --- a/client/src/cmdhfwaveshare.c +++ b/client/src/cmdhfwaveshare.c @@ -569,7 +569,7 @@ static int CmdHF14AWSLoad(const char *Cmd) { for (uint8_t i = 0; i < MEND; i++) { snprintf(desc + strlen(desc), sizeof(desc) - strlen(desc), - "hf waveshare loadbmp -f myfile -m %2u -> %s ( %u, %u )\n", + "hf waveshare load -f myfile -m %2u -> %s ( %u, %u )\n", i, models[i].desc, models[i].width, @@ -578,8 +578,8 @@ static int CmdHF14AWSLoad(const char *Cmd) { } CLIParserContext *ctx; - CLIParserInit(&ctx, "hf waveshare loadbmp", - "Load BMP file to Waveshare NFC ePaper.", + CLIParserInit(&ctx, "hf waveshare load", + "Load image file to Waveshare NFC ePaper", desc );