From 5413347e35a92d0e06003f833c8925a617779bc4 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sun, 5 Aug 2018 23:07:13 +0200 Subject: [PATCH] src\hal\ebox.h edit --- src/hal/ebox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hal/ebox.h b/src/hal/ebox.h index ff622bea..5d42df3a 100644 --- a/src/hal/ebox.h +++ b/src/hal/ebox.h @@ -6,6 +6,7 @@ #define HAS_LED GPIO_NUM_23 // blue LED on board #define HAS_BUTTON GPIO_NUM_0 // button "PROG" on board +#define DISABLE_BROWNOUT 1 // comment out if you want to keep brownout feature // re-define pin definitions of pins_arduino.h #define PIN_SPI_SS GPIO_NUM_18 // ESP32 GPIO18 (Pin18) -- SX1276 NSS (Pin19) SPI Chip Select Input