334 * Uncomment to enable god mode - all methods and member variables in all classes will be made public, thus making them accessible from Arduino code.
335 * Warning: Come on, it's called GOD mode - obviously only use this if you know what you're doing.
336 * Failure to heed the above warning may result in bricked module.
337 */
338//#define RADIOLIB_GODMODE
339
340/*
341 * Uncomment to enable pre-defined modules when using RadioShield.
342 */
343//#define RADIOLIB_RADIOSHIELD
344
345/*
346 * Uncomment to enable static-only memory management: no dynamic allocation will be performed.
347 * Warning: Large static arrays will be created in some methods. It is not advised to send large packets in this mode.