mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Change INA238_SHUNT Default Value for Consistency
Change INA238_SHUNT Default Value from 0.0003 to 0.0005 for Consistency with INA226 & INA228.
This commit is contained in:
parent
fa2b8cbd49
commit
5a76868cff
@ -64,4 +64,4 @@ PARAM_DEFINE_FLOAT(INA238_CURRENT, 327.68f);
|
||||
* @increment .000000001
|
||||
* @reboot_required true
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(INA238_SHUNT, 0.0003f);
|
||||
PARAM_DEFINE_FLOAT(INA238_SHUNT, 0.0005f);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user