initial EEPROM dev

This commit is contained in:
2026-02-05 19:35:37 +01:00
parent 3f39ac27a0
commit e33a011549
3 changed files with 316 additions and 21 deletions

View File

@@ -23,6 +23,8 @@ static nn_Exit sandbox_handler(nn_ComponentRequest *req) {
case NN_COMP_ENABLED:
req->methodEnabled = true; // all methods always enabled
return NN_OK;
case NN_COMP_FREETYPE:
return NN_OK;
}
return NN_OK;
}