add device type into manifest

This commit is contained in:
2026-04-09 22:10:28 +03:00
parent bd488454e1
commit d26a50a0d6
4 changed files with 75 additions and 2 deletions

View File

@@ -646,6 +646,6 @@ device_public_context_t* init(device_specs_t* specs, char* errbuf)
uint8_t pubDeviceType()
{
return EXTENDED_DEVICE_TYPE_DUMMY;
return DEVICE_TYPE;
}