ABP test for R1x 2025 07 21
This commit is contained in:
parent
85d93aea20
commit
40a1672c9a
|
@ -47,12 +47,12 @@ extern "C" {
|
|||
/**
|
||||
* @brief Verbose level for all trace logs
|
||||
*/
|
||||
#define VERBOSE_LEVEL VLEVEL_OFF
|
||||
#define VERBOSE_LEVEL VLEVEL_M
|
||||
|
||||
/**
|
||||
* @brief Enable trace logs
|
||||
*/
|
||||
#define APP_LOG_ENABLED 0
|
||||
#define APP_LOG_ENABLED 1
|
||||
|
||||
/**
|
||||
* @brief Activate monitoring (probes) of some internal RF signals for debug purpose
|
||||
|
@ -75,7 +75,7 @@ extern "C" {
|
|||
* @brief Enable/Disable MCU Debugger pins (dbg serial wires)
|
||||
* @note by HW serial wires are ON by default, need to put them OFF to save power
|
||||
*/
|
||||
#define DEBUGGER_ENABLED 0
|
||||
#define DEBUGGER_ENABLED 1
|
||||
|
||||
/**
|
||||
* @brief Disable Low Power mode
|
||||
|
|
|
@ -97,8 +97,8 @@ extern "C" {
|
|||
/*!
|
||||
* LoRaWAN default activation type
|
||||
*/
|
||||
#define LORAWAN_DEFAULT_ACTIVATION_TYPE ACTIVATION_TYPE_OTAA
|
||||
|
||||
//#define LORAWAN_DEFAULT_ACTIVATION_TYPE ACTIVATION_TYPE_OTAA
|
||||
#define LORAWAN_DEFAULT_ACTIVATION_TYPE ACTIVATION_TYPE_ABP
|
||||
/*!
|
||||
* LoRaWAN force rejoin even if the NVM context is restored
|
||||
* @note useful only when context management is enabled by CONTEXT_MANAGEMENT_ENABLED
|
||||
|
|
|
@ -58,7 +58,7 @@ extern "C" {
|
|||
* - 0x01000400: Link Layer TS001-1.0.4 + Regional Parameters RP002-1.0.1
|
||||
* - 0x01010100: soon available ...
|
||||
*/
|
||||
#define LORAMAC_SPECIFICATION_VERSION 0x01010100
|
||||
#define LORAMAC_SPECIFICATION_VERSION 0x01000400
|
||||
|
||||
/*!
|
||||
* @brief Enable the additional LoRaWAN packages
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue