# HG changeset patch # User Michiel Broek # Date 1680807186 -7200 # Node ID 66aeab4ed38df7cd393b9cc8a02e31215cfaae85 # Parent 12506716211cf261011ad56fae6a4b246b06133a Set the new measured deep sleep current consumption. This is half of the Wemos D1 system. diff -r 12506716211c -r 66aeab4ed38d main/iotbalkon.c --- 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