Skip to content

Commit

Permalink
fix leakage
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Dec 17, 2023
1 parent b35a96d commit ea60f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/new_pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,7 @@ int ChannelType_GetDivider(int type) {
case ChType_EnergyExport_kWh_div1000:
case ChType_EnergyToday_kWh_div1000:
case ChType_Current_div1000:
case ChType_LeakageCurrent_div1000:
return 1000;
case ChType_Temperature_div2:
return 2;
Expand Down

0 comments on commit ea60f4c

Please sign in to comment.