Skip to content

Commit

Permalink
montblanc: config: Update 3V3 card sensor coefficient
Browse files Browse the repository at this point in the history
  • Loading branch information
clslucas committed Oct 15, 2024
1 parent 8a380d8 commit dd5f5c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fboss/platform/configs/montblanc/sensor_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3598,7 +3598,7 @@
"minAlarmVal": 11.4,
"lowerCriticalVal": 10.8
},
"compute": "3*@/1000"
"compute": "@/1000"
},
{
"name": "SMB_3V3_L_VRM_VOUT",
Expand All @@ -3610,7 +3610,7 @@
"minAlarmVal": 3.135,
"lowerCriticalVal": 2.97
},
"compute": "@/1000"
"compute": "3*@/1000"
},
{
"name": "SMB_3V3_L_VRM_TEMP",
Expand Down Expand Up @@ -3926,7 +3926,7 @@
"minAlarmVal": 11.4,
"lowerCriticalVal": 10.8
},
"compute": "3*@/1000"
"compute": "@/1000"
},
{
"name": "SMB_3V3_R_VRM_VOUT",
Expand All @@ -3938,7 +3938,7 @@
"minAlarmVal": 3.135,
"lowerCriticalVal": 2.97
},
"compute": "@/1000"
"compute": "3*@/1000"
},
{
"name": "SMB_3V3_R_VRM_TEMP",
Expand Down

0 comments on commit dd5f5c9

Please sign in to comment.