Fix for 03962a board

This commit is contained in:
klaute 2019-01-06 15:23:48 +01:00
parent 53c6bbcb6c
commit a95f5c648e

View file

@ -53,7 +53,7 @@ float getBatteryVoltage() {
#ifdef BOARD_03962A
return volt * 6.79;
#else
return volt * 4.0;
return volt * 4.2;
#endif
}