SLT/SLT6X new subprotocol

This commit is contained in:
pascallanger
2026-08-03 23:51:35 +02:00
parent 3d50a39efb
commit 0a7f74dc06
8 changed files with 193 additions and 20 deletions

View File

@@ -13,7 +13,7 @@
//////////////
// Functions
#define NRF250K_Init() XN297_Configure(XN297_CRCEN, XN297_SCRAMBLED, XN297_250K)
#define NRF250K_Init(X) XN297_Configure(XN297_CRCEN, XN297_SCRAMBLED, XN297_250K, X)
#define NRF250K_HoppingCalib(X) XN297_HoppingCalib(X)
#define NRF250K_Hopping(X) XN297_Hopping(X)
#define NRF250K_RFChannel(X) XN297_RFChannel(X)