Added low-level access macro

This commit is contained in:
jgromes 2021-03-13 19:31:57 +01:00
parent 1903cfa898
commit cb81709d93

View file

@ -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.
*/