From de9f01bb011b43205d13353c83d7034eb6053a28 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Mon, 18 May 2020 10:52:45 +0200 Subject: [PATCH] Update m5core.h --- src/hal/m5core.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hal/m5core.h b/src/hal/m5core.h index b391efe6..d441bcbe 100644 --- a/src/hal/m5core.h +++ b/src/hal/m5core.h @@ -29,7 +29,6 @@ //#define HAS_SENSORS 1 // comment out if device has user defined sensors #define CFG_sx1276_radio 1 // select LoRa chip -#define BOARD_HAS_PSRAM // use if board has external PSRAM #define DISABLE_BROWNOUT 1 // comment out if you want to keep brownout feature #define HAS_DISPLAY 2 // TFT-LCD, support work in progess, not ready yet @@ -77,4 +76,4 @@ #define SPI_FREQUENCY 40000000 -#endif \ No newline at end of file +#endif