Forgot to uncomment some settings from test.
This commit is contained in:
Tom 2025-01-31 01:16:35 +00:00 committed by Tom Fifield
parent 0695e9a53c
commit e9c348f581

View File

@ -118,10 +118,10 @@ NRF52 PRO MICRO PIN ASSIGNMENT
#define LORA_CS (32 + 13) // P1.13
// LORA MODULES
//#define USE_LLCC68
//#define USE_SX1262
//#define USE_RF95
//#define USE_SX1268
#define USE_LLCC68
#define USE_SX1262
#define USE_RF95
#define USE_SX1268
#define USE_LR1121
// RF95 CONFIG
@ -193,4 +193,4 @@ settings.
* Arduino objects - C++ only
*----------------------------------------------------------------------------*/
#endif
#endif