From bfbbf2ff6f51ec5e9b71110d8e74c61922ae4f4b Mon Sep 17 00:00:00 2001 From: Thomas Frans Date: Mon, 17 Jun 2024 11:15:47 +0200 Subject: [PATCH] gnss(septentrio): improve `SEP_DUMP_COMM` parameter documentation The documentation for `SEP_DUMP_COMM` was quite unclear and users had to use the user guide to find out what exactly it did. The new documentation tries to make the purpose clearer. --- src/drivers/gnss/septentrio/module.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/drivers/gnss/septentrio/module.yaml b/src/drivers/gnss/septentrio/module.yaml index 49788b7f97..fd06252469 100644 --- a/src/drivers/gnss/septentrio/module.yaml +++ b/src/drivers/gnss/septentrio/module.yaml @@ -104,7 +104,8 @@ parameters: description: short: Log GPS communication data long: | - Dump raw communication data from and to the connected receiver to the log file. + Log raw communication between the driver and connected receivers. + For example, "To receiver" will log all commands and corrections sent by the driver to the receiver. type: enum default: 0 min: 0