Implausible
This commit is contained in:
@ -1091,7 +1091,7 @@
|
||||
|
||||
g29_verbose_level = parser.seen('V') ? parser.value_int() : 0;
|
||||
if (!WITHIN(g29_verbose_level, 0, 4)) {
|
||||
SERIAL_ECHOLNPGM("?(V)erbose level is implausible (0-4).\n");
|
||||
SERIAL_ECHOLNPGM("?(V)erbose level implausible (0-4).\n");
|
||||
err_flag = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user