[ion/device] Lock OTP after writing version

This commit is contained in:
Gabriel Ozouf
2021-03-16 10:20:13 +01:00
committed by Gabriel
parent cbb435d656
commit ed18f1e95f
4 changed files with 10 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ void PCBVersion(const char * input) {
reply(sKO);
return;
}
Board::lockVersionOTP();
#endif
reply(sOK);
}