Skip to content

Commit

Permalink
no vdm scaling needed
Browse files Browse the repository at this point in the history
  • Loading branch information
BK1031 committed Jun 14, 2024
1 parent 4321c0d commit 82341c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/src/pages/gr24/inverter/InverterPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function InverterPage() {
{
name: "Raw Debug Live",
width: 600,
height: 300,
height: 900,
component: <DebugRawLiveWidget />,
},
]);
Expand Down
2 changes: 1 addition & 1 deletion gr24/service/vdm_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func VDMFromBytes(data []byte) model.VDM {
return vdm
}

// scaleVDM scales the vdm values to be between 0 and 100
// scaleVDM scales the vdm values
func scaleVDM(vdm model.VDM) model.VDM {
return vdm
}
Expand Down

0 comments on commit 82341c7

Please sign in to comment.