Skip to content

Commit

Permalink
Added custom OCV array values for T1000-E (meshtastic#6031)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwilde1590 authored Feb 11, 2025
1 parent d1fa27d commit 7fdd262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/power.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#define OCV_ARRAY 1400, 1300, 1280, 1270, 1260, 1250, 1240, 1230, 1210, 1150, 1000
#elif defined(CELL_TYPE_LTO)
#define OCV_ARRAY 2700, 2560, 2540, 2520, 2500, 2460, 2420, 2400, 2380, 2320, 1500
#elif defined(TRACKER_T1000_E)
#define OCV_ARRAY 4190, 4078, 4017, 3969, 3887, 3818, 3798, 3791, 3766, 3712, 3100
#else // LiIon
#define OCV_ARRAY 4190, 4050, 3990, 3890, 3800, 3720, 3630, 3530, 3420, 3300, 3100
#endif
Expand Down

0 comments on commit 7fdd262

Please sign in to comment.