From 9351d29a4897b4f8017af23c7d75e25047fefa04 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 12 Jan 2021 00:30:16 +0100 Subject: [PATCH] usart btfactory - improve warning message given the cliparser template limit --- client/src/cmdusart.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/cmdusart.c b/client/src/cmdusart.c index 2faa2ae8b..6be9ed743 100644 --- a/client/src/cmdusart.c +++ b/client/src/cmdusart.c @@ -160,12 +160,12 @@ static int usart_bt_testcomm(uint32_t baudrate, uint8_t parity) { static int CmdUsartBtFactory(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "usart btfactory", - "Reset BT add-on to factory settings\n" - "WARNING: process only if strictly needed!\n" + "Reset BT add-on to factory settings\n" "This requires\n" " 1) BTpower to be turned ON\n" " 2) BT add-on to NOT be connected\n" - " => the add-on blue LED must blink", + " => the add-on blue LED must blink\n\n" + _RED_("WARNING:") _CYAN_(" process only if strictly needed!"), "usart btfactory" );