update ADC multipler to fix voltage reading

This commit is contained in:
Rob Loranger
2025-06-20 08:25:19 -07:00
parent eb5826645e
commit dbee0d8b8e

View File

@@ -99,7 +99,7 @@ public:
digitalWrite(PIN_ADC_CTRL, !adc_active_state);
return (5.2 * (3.3 / 1024.0) * raw) * 1000;
return (5.42 * (3.3 / 1024.0) * raw) * 1000;
}
const char* getManufacturerName() const override {