From 24216c00edf553ff952c517aa005903f08ceddc6 Mon Sep 17 00:00:00 2001 From: Federico Maggi Date: Wed, 21 Apr 2021 23:38:49 +0200 Subject: [PATCH] Commenting RADIOLIB_LOW_LEVEL --- src/BuildOpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BuildOpt.h b/src/BuildOpt.h index 547640d6..eba3cca5 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -405,7 +405,7 @@ * 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 +//#define RADIOLIB_LOW_LEVEL /* * Uncomment to enable pre-defined modules when using RadioShield.