update confg + ota

This commit is contained in:
2022-01-03 17:14:48 +01:00
parent c340ab9d2a
commit f2eeba9b73
12 changed files with 170 additions and 48 deletions

View File

@@ -4,13 +4,13 @@
#include "board.h"
#define ADSINTERVAL 100
#define VBATTINTERVALL 1000
#define VBATTMEASPRECHARGE 250
#define VBATTINTERVALL 6000
#define VBATTMEASPRECHARGE 240
#define HALLINTERVAL 100
#define HALLIDLETHRESHOLD 5
#define HALLIDLESAMPLES 4
#define HALLPLAYSAMPLES 8
#define HALLIDLETHRESHOLD 20
#define HALLIDLESAMPLES 8
#define HALLPLAYSAMPLES 16
void initSensor(void);