diff --git a/ESP32/ESP_AutomatedGearShifter/ESP_AutomatedGearShifter.ino b/ESP32/ESP_AutomatedGearShifter/ESP_AutomatedGearShifter.ino index 803f17f..452ce61 100644 --- a/ESP32/ESP_AutomatedGearShifter/ESP_AutomatedGearShifter.ino +++ b/ESP32/ESP_AutomatedGearShifter/ESP_AutomatedGearShifter.ino @@ -5,7 +5,7 @@ #include #include -#define Version "2.2.8" +#define Version "2.2.9" ////2DO: // menu do zmiany zakresu predkosci biegów // menu do zmiany zakresu kątów biegów, obwodu koła, ilosci magnesow @@ -89,7 +89,7 @@ unsigned int pointerVisibility = 1; //BATTERY float referenceVoltage = 3.3; int maxADCValue = 4095; -float voltageDividerRatio = 5.7; +float voltageDividerRatio = 5.95; int adcBattVoltValue = 0; float inputVoltage = 0.0; float measuredVoltage = 0.0;