From def6c24baccc55695f5e4ed00cc0433c28c69aa4 Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Tue, 9 Mar 2021 23:39:25 +0000 Subject: [PATCH] Remove redundant option for memory monitoring. Memory monitoring now enabled always. --- config.example.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.example.h b/config.example.h index f528b3e..b4751b5 100644 --- a/config.example.h +++ b/config.example.h @@ -111,6 +111,4 @@ The configuration file for DCC-EX Command Station // #define OLED_DRIVER 128,32 ///////////////////////////////////////////////////////////////////////////////////// -// -// Enable warning as memory gets depleted -#define ENABLE_FREE_MEM_WARNING false +