From 2e2f256ea684286fb763981f24a0f83c24249a72 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sun, 9 Dec 2018 18:54:48 +0100 Subject: [PATCH] ttgobeam.h: brownout disabled --- src/hal/ttgobeam.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hal/ttgobeam.h b/src/hal/ttgobeam.h index 8691c79f..24d10a25 100644 --- a/src/hal/ttgobeam.h +++ b/src/hal/ttgobeam.h @@ -20,6 +20,8 @@ #define HAS_LORA 1 // comment out if device shall not send data via LoRa #define CFG_sx1276_radio 1 // HPD13A LoRa SoC +#define DISABLE_BROWNOUT 1 // comment out if you want to keep brownout feature + #define BOARD_HAS_PSRAM // use extra 4MB external RAM //#define HAS_LED GPIO_NUM_21 // on board green LED