* RAK battery ADC multiplier tweak

Dieser Commit ist enthalten in:
Scott Powell
2025-02-06 08:44:06 +11:00
Ursprung 8b69f09ddf
Commit cc0ba10cf1
+1 -1
Datei anzeigen
@@ -18,7 +18,7 @@
// built-ins
#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 {
protected: