Skip to content

Commit f6d92e4

Browse files
committed
Double to float
1 parent 5c720c0 commit f6d92e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/PCU/PCU_measurements.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,21 +153,21 @@
153153
{
154154
"id": "current_Peak",
155155
"name": "Max Current Peak",
156-
"type": "float64",
156+
"type": "float32",
157157
"podUnits": "A",
158158
"displayUnits": "A"
159159
},
160160
{
161161
"id": "Error_PI",
162162
"name": "Actual Current Error",
163-
"type": "float64",
163+
"type": "float32",
164164
"podUnits": "A",
165165
"displayUnits": "A"
166166
},
167167
{
168168
"id": "Target_Voltage",
169169
"name": "Target Voltage",
170-
"type": "float64",
170+
"type": "float32",
171171
"podUnits": "V",
172172
"displayUnits": "V"
173173
},

0 commit comments

Comments
 (0)