Final release and installed for production.

Sat, 15 Apr 2023 13:29:40 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 15 Apr 2023 13:29:40 +0200
changeset 29
551a53b31373
parent 28
5872b972e553
child 30
7448b8dd4288

Final release and installed for production.

main/iotbalkon.c file | annotate | diff | comparison | revisions
--- 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);
     }
 

mercurial