diff --git a/main/http_server/axe-os/src/app/components/home/home.component.ts b/main/http_server/axe-os/src/app/components/home/home.component.ts index 8ad062ae..bd9debd7 100644 --- a/main/http_server/axe-os/src/app/components/home/home.component.ts +++ b/main/http_server/axe-os/src/app/components/home/home.component.ts @@ -141,6 +141,8 @@ export class HomeComponent { } } else if (info.ASICModel === eASICModel.BM1397) { return (info.frequency * (672 / 1000)) + } else if (info.ASICModel === eASICModel.BM1368) { + return (info.frequency * (1276 / 1000)) } return undefined;