Fixed static only build set by default
This commit is contained in:
parent
2ebd6d355c
commit
f588d3b3a2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* 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
|
// set the size of static arrays to use
|
||||||
#define RADIOLIB_STATIC_ARRAY_SIZE 256
|
#define RADIOLIB_STATIC_ARRAY_SIZE 256
|
||||||
|
|
Loading…
Add table
Reference in a new issue