better vref constant

This commit is contained in:
2020-01-12 13:08:04 +01:00
parent 55e921712f
commit 09d2c5760a
+1 -1
View File
@@ -25,7 +25,7 @@ static void analog_service(void *arg);
static TaskHandle_t hAnalog;
#define DEFAULT_VREF 1100 // TODO try to find the exact value
#define DEFAULT_VREF 1095
#define NO_OF_SAMPLES 128
void analog_init() {