This commit is contained in:
Mario Hüttel 2020-04-20 01:06:01 +02:00
parent 4e4dc8e16e
commit 83978e8188
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ int calibration_sequence_shell_cmd(shellmatta_handle_t shell)
/* Check noise values */
if (dev > CALIBRATION_MAX_PEAK_PEAK_NOISE_OHM || dev2 > CALIBRATION_MAX_PEAK_PEAK_NOISE_OHM) {
shellmatta_printf(shell, "Calibration failed! Too much noise. Check you're hardware.\r\n");
shellmatta_printf(shell, "Calibration failed! Too much noise. Check your hardware.\r\n");
return -3;
}