From ffb497b667a629a70f12ebc68b168c008d9f1b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Tue, 12 Nov 2024 18:51:01 +0100 Subject: [PATCH] Enable AXP192 --- variants/m5stack_core2/variant.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/variants/m5stack_core2/variant.h b/variants/m5stack_core2/variant.h index beaca0879..2a07611f9 100644 --- a/variants/m5stack_core2/variant.h +++ b/variants/m5stack_core2/variant.h @@ -1,4 +1,7 @@ #define BUTTON_NEED_PULLUP +#define HAS_AXP192 +#define I2C_SDA 21 // For AXP192 +#define I2C_SCL 22 // For AXP192 #undef LORA_SCK #undef LORA_MISO