Skip to content

Commit

Permalink
Increase VBATMIN to 3.5 volts (#176)
Browse files Browse the repository at this point in the history
* Increase VBATMIN to 3 volts

* Increase VBATMIN to 3.5 volts to match bq25895 default
  • Loading branch information
TBExtent committed Jun 24, 2024
1 parent 7e0b071 commit 6b55137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tildagon_power/tildagon_power.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


#define VBATMAX 4.104F
#define VBATMIN 2.500F
#define VBATMIN 3.500F

typedef struct
{
Expand Down

0 comments on commit 6b55137

Please sign in to comment.