Fix typo
This commit is contained in:
parent
4e4dc8e16e
commit
83978e8188
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user