Use Godmode in the lib/radio/sx1262 module

//  In this mode, all methods and member variables of all RadioLib classes will be made
//  public and so will be exposed to the user. This allows direct manipulation of the
//  library internals.
This commit is contained in:
KonradIT
2026-04-06 19:23:45 +02:00
parent db38367705
commit 70b56ace1b
+1
View File
@@ -1,3 +1,4 @@
#define RADIOLIB_GODMODE (1)
#include "radio.h"
#include <LoRaBoards.h>
#include <bus.h>