From 897343a96a58bcb85b32d223a45219cb73024736 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Wed, 20 May 2020 12:40:14 +0200 Subject: [PATCH] m5core.h: bugfix PSRAM --- src/hal/m5core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hal/m5core.h b/src/hal/m5core.h index fb69cf3a..5ebccbb6 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