RFQuack's fork of RadioLib has LOW_LEVEL mode on by default

pull/279/head
Federico Maggi 2021-04-13 16:15:33 +02:00
rodzic f18d75a853
commit 6f783d5fc0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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