ESP32: i2s_init requires I2S_STEPPER_STREAM

This commit is contained in:
Scott Lahteine
2020-10-20 22:36:22 -05:00
parent a596969049
commit 1f7c085527
4 changed files with 7 additions and 11 deletions

View File

@ -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');