From 1f17f87822f373c7097c596b8e1da389df03b4b2 Mon Sep 17 00:00:00 2001 From: r4 Date: Mon, 18 Apr 2022 23:15:19 +0200 Subject: [PATCH] =?UTF-8?q?save=20more=20power=20(actually=206=CE=BCA=20th?= =?UTF-8?q?is=20time)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spybug/spybug.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spybug/spybug.ino b/spybug/spybug.ino index c5591be..c8af257 100644 --- a/spybug/spybug.ino +++ b/spybug/spybug.ino @@ -140,7 +140,7 @@ static void low_power_sleep_minutes(unsigned long t) { wdt_enable(WDTO_8S); /* Start watchdog timer for 8s. */ WDTCSR |= (1 << WDIE); /* Enable watchdog interrupt. */ do { - set_sleep_mode(SLEEP_MODE_PWR_SAVE); + set_sleep_mode(SLEEP_MODE_PWR_DOWN); cli(); sleep_enable(); sleep_bod_disable();