Skip to content

Commit

Permalink
fix VIMDRONES_L431_CAN current sampling scale and add offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Huibean authored and tridge committed Oct 10, 2024
1 parent 75d18ec commit 1601e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Inc/targets.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
#define DEAD_TIME 45
#define HARDWARE_GROUP_L4_B
#define TARGET_VOLTAGE_DIVIDER 94
#define MILLIVOLT_PER_AMP 100
#define MILLIVOLT_PER_AMP 30
#define CURRENT_OFFSET 110
#define USE_SERIAL_TELEMETRY
#endif

Expand Down

0 comments on commit 1601e96

Please sign in to comment.