Skip to content

Commit d407b75

Browse files
committed
Merge branch 'master' into devel
2 parents 4eef98a + 49a2f90 commit d407b75

File tree

1 file changed

+2
-2
lines changed
  • emBODY/eBcode/arch-arm/board/bat/BAT_Rev_B/Src

1 file changed

+2
-2
lines changed

emBODY/eBcode/arch-arm/board/bat/BAT_Rev_B/Src/BAT_B.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
char Firmware_vers = 1;
1313
char Revision_vers = 3;
14-
char Build_number = 4;
14+
char Build_number = 5;
1515

1616
uint32_t vtol=100; // voltage tolerance for hysteresis
1717
uint32_t vhyst=0; // voltage hysteresis
@@ -102,7 +102,7 @@ __IO ITStatus UartReady = RESET;
102102
#ifdef BAT_B_R1
103103
uint32_t VTH[7]={23000, 24000, 25000, 26000, 27000, 28000, 29000}; // threshold in mV R1 Battery
104104
uint16_t Battery_high=4200*7; // 7s5p battery
105-
uint16_t Battery_low=3300*7; // 7s5p battery
105+
uint16_t Battery_low=3000*7; // 7s5p battery
106106
#endif
107107

108108
#ifdef BAT_B_Generic

0 commit comments

Comments
 (0)