Browse Source

* RAK battery ADC multiplier tweak

pull/17/head
Scott Powell 1 year ago
parent
commit
cc0ba10cf1
  1. 2
      src/helpers/nrf52/RAK4631Board.h

2
src/helpers/nrf52/RAK4631Board.h

@ -18,7 +18,7 @@
// built-ins // built-ins
#define PIN_VBAT_READ 5 #define PIN_VBAT_READ 5
#define ADC_MULTIPLIER (3 * 1.73 * 1000) #define ADC_MULTIPLIER (3 * 1.73 * 1.187 * 1000)
class RAK4631Board : public mesh::MainBoard { class RAK4631Board : public mesh::MainBoard {
protected: protected:

Loading…
Cancel
Save