Skip to content

Commit

Permalink
Change INA238_SHUNT Default Value for Consistency
Browse files Browse the repository at this point in the history
Change INA238_SHUNT Default Value from 0.0003 to 0.0005 for Consistency with INA226 & INA228.
  • Loading branch information
vincentpoont2 authored Sep 7, 2023
1 parent 35c1d5d commit 7b10349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/power_monitor/ina238/ina238_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ PARAM_DEFINE_FLOAT(INA238_CURRENT, 327.68f);
* @decimal 10
* @increment .000000001
*/
PARAM_DEFINE_FLOAT(INA238_SHUNT, 0.0003f);
PARAM_DEFINE_FLOAT(INA238_SHUNT, 0.0005f);

0 comments on commit 7b10349

Please sign in to comment.