I guess this is okay for now... do want to clean up in the future though

This commit is contained in:
2020-01-04 14:51:07 -05:00
parent 5f07a7d1ef
commit dcfb71bbb6
4 changed files with 7 additions and 57 deletions

View File

@@ -296,9 +296,9 @@ void loop()
}
break;
// default:
// Serial.write(PROT_FAIL_BADCMD);
// break;
default:
Serial.write(PROT_FAIL_BADCMD);
break;
}
}
}