Set the new measured deep sleep current consumption. This is half of the Wemos D1 system.

Thu, 06 Apr 2023 20:53:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 06 Apr 2023 20:53:06 +0200
changeset 19
66aeab4ed38d
parent 18
12506716211c
child 20
c3001154416f

Set the new measured deep sleep current consumption. This is half of the Wemos D1 system.

main/iotbalkon.c file | annotate | diff | comparison | revisions
--- a/main/iotbalkon.c	Thu Apr 06 20:49:52 2023 +0200
+++ b/main/iotbalkon.c	Thu Apr 06 20:53:06 2023 +0200
@@ -32,7 +32,7 @@
 static TaskHandle_t			xTaskOUT = NULL;
 
 #define	DS_TIME				60
-#define DS_CURRENT			14.6
+#define DS_CURRENT			7.1
 #define	MAX_LOOPS			32
 #define SUB_TIME			1000
 

mercurial