From 85529920d53505025c1cc71f835529f5791db462 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Sat, 19 Dec 2020 12:36:09 +0100 Subject: [PATCH] ttgobeam10.h: set blue LED off in sleep --- src/hal/ttgobeam10.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hal/ttgobeam10.h b/src/hal/ttgobeam10.h index 568fda1a..f3b075c0 100644 --- a/src/hal/ttgobeam10.h +++ b/src/hal/ttgobeam10.h @@ -46,7 +46,7 @@ Reset -> reset device // possible values: // AXP20X_LED_OFF / AXP20X_LED_LOW_LEVEL (means LED ON) / AXP20X_LED_BLINK_1HZ / AXP20X_LED_BLINK_4HZ #define PMU_LED_RUN_MODE AXP20X_LED_LOW_LEVEL -#define PMU_LED_SLEEP_MODE AXP20X_LED_BLINK_1HZ +#define PMU_LED_SLEEP_MODE AXP20X_LED_OFF // GPS settings #define HAS_GPS 1 // use on board GPS