|
GPS Device
|
Functions | |
| static ERR_te | neo6_dumpnmea_handler (uint32_t argc, char **argv) |
| CLI handler for the "dumpnmea" command. Enables or disables raw NMEA logging. | |
|
static |
CLI handler for the "dumpnmea" command. Enables or disables raw NMEA logging.
Expected invocation: neo6 dumpnmea <true|false>
When enabled, each complete NMEA sentence is logged via the log subsystem before being parsed, useful for debugging raw GPS output.
| [in] | argc | Argument count. Must be exactly 3. |
| [in] | argv | Argument list: argv[0] = "neo6", argv[1] = "dumpnmea", argv[2] = "true" or "false". |
argc != 3 or argv[2] is not "true" or "false" Definition at line 864 of file neo6.c.
