* ver bumps

* RAK battery experiment
This commit is contained in:
Scott Powell
2025-02-04 13:40:54 +11:00
parent 29e62b9ce2
commit 0f66210478
4 changed files with 4 additions and 4 deletions

View File

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