Skip to content

Commit

Permalink
Reset vBatGain calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
BrixInMotion authored Aug 30, 2021
1 parent 59c26df commit 6db991a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corelib/hss-board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ class HssBoard : Hss
AnalogDigitalConverter *pushButtonAnalog;
AnalogDigitalConverter *vBat;

const float vBatGain = 1.045;
const float vBatGain = 1.0;
const float vBatOffset = 0.0;
};

/** @} */

#endif /** HSS_BOARD_HPP_ **/
#endif /** HSS_BOARD_HPP_ **/

0 comments on commit 6db991a

Please sign in to comment.