From 83c6d8b07e199de368f59928955b7e0ba9b046b1 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Fri, 3 Dec 2021 19:35:57 -0800 Subject: [PATCH] comment out AXP192_SLAVE_ADDRESS in configuration.h #952 --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index 4e73531db..a331c6441 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -200,7 +200,7 @@ along with this program. If not, see . // Leave undefined to disable our PMU IRQ handler. DO NOT ENABLE THIS because the pmuirq can cause sperious interrupts // and waking from light sleep // #define PMU_IRQ 35 -#define AXP192_SLAVE_ADDRESS 0x34 +// #define AXP192_SLAVE_ADDRESS 0x34 #elif defined(TBEAM_V07) // This string must exactly match the case used in release file names or the android updater won't work