Skip to content

Commit

Permalink
Fixed static only build set by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed May 14, 2020
1 parent 2ebd6d3 commit f588d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BuildOpt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f588d3b

Please sign in to comment.