From 2be399f65a5bcf4bab15ace5e3f8678d80954b77 Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:59:51 +1100 Subject: [PATCH] undo accidental battery size change commit --- variants/lilygo_tdeck_pro/TDeckBoard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/lilygo_tdeck_pro/TDeckBoard.h b/variants/lilygo_tdeck_pro/TDeckBoard.h index f7bee9f..c9a09b2 100644 --- a/variants/lilygo_tdeck_pro/TDeckBoard.h +++ b/variants/lilygo_tdeck_pro/TDeckBoard.h @@ -22,7 +22,7 @@ // T-Deck Pro battery capacity (all variants use 1400 mAh cell) #ifndef BQ27220_DESIGN_CAPACITY_MAH -#define BQ27220_DESIGN_CAPACITY_MAH 2000 +#define BQ27220_DESIGN_CAPACITY_MAH 1400 #endif class TDeckBoard : public ESP32Board {