Disable pumps while OTA running, mode2 is called only once

This commit is contained in:
c3ma
2020-10-28 20:31:18 +01:00
parent 58e3e3c652
commit 8657eedc43
2 changed files with 10 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
#ifndef CONTROLLER_CONFIG_H
#define CONTROLLER_CONFIG_H
#define FIRMWARE_VERSION "1.0.5"
#define FIRMWARE_VERSION "1.0.6"
#define ADC_TO_VOLT(adc) ((adc) * 3.3 ) / 4095)
#define ADC_TO_VOLT_WITH_MULTI(adc, multi) (((adc) * 3.3 * (multi)) / 4095)