Back out multiply by 100 for pid-control

This change
https://gerrit.openbmc-project.xyz/#/c/openbmc/phosphor-pid-control/+/17952/

Backs out the divide by 100 to make the numbers less
confusing in the configuration. This change is the other
half of that to keep the configuration the same.

Tested-by: Tested boosting fans on WFP platform and
idle speeds worked correctly

Change-Id: Ib51fe119f50b66682a1eb49ba05a552fb1e3ea3f
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R1000 Chassis.json b/configurations/R1000 Chassis.json
index 44a313b..96ededf 100644
--- a/configurations/R1000 Chassis.json
+++ b/configurations/R1000 Chassis.json
@@ -421,8 +421,8 @@
             "Name": "Front Panel Temp",
             "NegativeHysteresis": 2,
             "Output": [
-                3000.0,
-                5000.0
+                30.0,
+                50.0
             ],
             "PositiveHysteresis": 0,
             "Reading": [
@@ -435,7 +435,7 @@
             ]
         },
         {
-            "FailSafePercent": 90,
+            "FailSafePercent": 100,
             "MinThermalRpm": 3000,
             "Name": "Pid 1",
             "Type": "Pid.Zone"
@@ -492,4 +492,4 @@
         "PartNumber": "R1208",
         "SerialNumber": "23165"
     }
-}
\ No newline at end of file
+}