ESP32: i2s_init requires I2S_STEPPER_STREAM
This commit is contained in:
@ -58,7 +58,7 @@ void GcodeSuite::M510() {
|
||||
if (password.is_set && parser.ulongval('P') != password.value) {
|
||||
SERIAL_ECHOLNPGM(STR_WRONG_PASSWORD);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (parser.seenval('S')) {
|
||||
password.value_entry = parser.ulongval('S');
|
||||
|
Reference in New Issue
Block a user