From 1aa0aef6699dad82bf66f8812721894cd84ae2be Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sun, 27 May 2018 17:45:07 +0200 Subject: [PATCH] ttgpv21.h --- src/hal/ttgov21.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hal/ttgov21.h b/src/hal/ttgov21.h index 8bf61742..bbd27002 100644 --- a/src/hal/ttgov21.h +++ b/src/hal/ttgov21.h @@ -1,11 +1,10 @@ // Hardware related definitions for TTGO V2.1 Board -// NOT YET TESTED #define CFG_sx1276_radio 1 // HPD13A LoRa SoC #define HAS_DISPLAY U8X8_SSD1306_128X64_NONAME_HW_I2C #define DISPLAY_FLIP 1 // rotated display -#define HAS_LED 23 // green on board LED_G3 +#define HAS_LED 23 // green on board LED_G3 (not in initial board version) // disable brownout detection (needed on TTGOv2 for battery powered operation) #define DISABLE_BROWNOUT 1 // comment out if you want to keep brownout feature