Fix for 03962a board
This commit is contained in:
parent
53c6bbcb6c
commit
a95f5c648e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ float getBatteryVoltage() {
|
|||
#ifdef BOARD_03962A
|
||||
return volt * 6.79;
|
||||
#else
|
||||
return volt * 4.0;
|
||||
return volt * 4.2;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue