# HG changeset patch # User Michiel Broek # Date 1681558180 -7200 # Node ID 551a53b31373e7cf9fdf13b36585ad53b8b8d5cb # Parent 5872b972e5533202f0ed49b2fc163711f9901b42 Final release and installed for production. diff -r 5872b972e553 -r 551a53b31373 main/iotbalkon.c --- a/main/iotbalkon.c Thu Apr 13 15:28:11 2023 +0200 +++ b/main/iotbalkon.c Sat Apr 15 13:29:40 2023 +0200 @@ -32,7 +32,7 @@ static TaskHandle_t xTaskOUT = NULL; #define DS_TIME 60 -#define DS_CURRENT 7.1 +#define DS_CURRENT 6.6 #define MAX_LOOPS 32 #define SUB_TIME 1000 @@ -415,10 +415,10 @@ uint8_t ds_time = DS_Time; - while (1) { + while (0) { request_bmp280(); request_ina219(); -// request_apds9930(); + request_apds9930(); vTaskDelay(5000 / portTICK_PERIOD_MS); }