Skip to content

Commit

Permalink
update the config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagami-Jiang committed Jul 4, 2023
1 parent fe947de commit 3813806
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"0": {"Front": "32000", "Rear": "30200"},
"1": {"Front": "32000", "Rear": "28000"}
},
"pwm_to_duty_cycle": "lambda pwm: ((pwm*100)/255)"
"pwm_to_duty_cycle": "lambda pwm: ((pwm*100)/255)",
"duty_cycle_to_pwm": "lambda dc: ((dc*255)/100)"
},

"THERMAL":
Expand All @@ -103,7 +104,8 @@
{
"temp1_high_threshold":
{
"PSU_TEMP": {"B2F": "116", "F2B": "116"},
"PSU1_TEMP1": {"B2F": "116", "F2B": "116"},
"PSU2_TEMP1": {"B2F": "116", "F2B": "116"},
"TEMP_FB_U17": {"B2F": "56", "F2B": "N/A"},
"TEMP_SW_U16": {"B2F": "N/A", "F2B": "59"},
"XP0R8V_Temp": {"B2F": "125", "F2B": "125"},
Expand Down

0 comments on commit 3813806

Please sign in to comment.