From f588d3b3a2c39dd5bbc137fdebf83a6887e04b62 Mon Sep 17 00:00:00 2001 From: jgromes Date: Thu, 14 May 2020 19:53:46 +0200 Subject: [PATCH] Fixed static only build set by default --- src/BuildOpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BuildOpt.h b/src/BuildOpt.h index b8d95197..134b0b1f 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -249,7 +249,7 @@ * Warning: Large static arrays will be created in some methods. It is not advised to send large packets in this mode. */ -#define RADIOLIB_STATIC_ONLY +//#define RADIOLIB_STATIC_ONLY // set the size of static arrays to use #define RADIOLIB_STATIC_ARRAY_SIZE 256