Upgraded version number

This commit is contained in:
c3ma 2020-10-16 22:05:36 +02:00
parent 8e6a2a44e7
commit 9a1728bcfc

View File

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