main/iotbalkon.c

changeset 19
66aeab4ed38d
parent 18
12506716211c
child 20
c3001154416f
equal deleted inserted replaced
18:12506716211c 19:66aeab4ed38d
30 static TaskHandle_t xTaskMQTT = NULL; 30 static TaskHandle_t xTaskMQTT = NULL;
31 static TaskHandle_t xTaskWifi = NULL; 31 static TaskHandle_t xTaskWifi = NULL;
32 static TaskHandle_t xTaskOUT = NULL; 32 static TaskHandle_t xTaskOUT = NULL;
33 33
34 #define DS_TIME 60 34 #define DS_TIME 60
35 #define DS_CURRENT 14.6 35 #define DS_CURRENT 7.1
36 #define MAX_LOOPS 32 36 #define MAX_LOOPS 32
37 #define SUB_TIME 1000 37 #define SUB_TIME 1000
38 38
39 float temperature; 39 float temperature;
40 float pressure; 40 float pressure;

mercurial