From cb81709d93bc06cfbe1b2bb67190f6e93413de8b Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 13 Mar 2021 19:31:57 +0100 Subject: [PATCH] Added low-level access macro --- src/BuildOpt.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/BuildOpt.h b/src/BuildOpt.h index 319b575a..0b12dbb1 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -400,6 +400,13 @@ */ //#define RADIOLIB_GODMODE +/* + * Uncomment to enable low-level hardware access + * This will make some hardware methods like SPI get/set accessible from the user sketch - think of it as "god mode lite" + * Warning: RadioLib won't stop you from writing invalid stuff into your device, so it's quite easy to brick your module with this. + */ +//#define RADIOLIB_LOW_LEVEL + /* * Uncomment to enable pre-defined modules when using RadioShield. */