revised for LORAMAC 1.0.4
This commit is contained in:
parent
2bd95f3c5b
commit
8e1a635386
|
@ -47,12 +47,12 @@ extern "C" {
|
||||||
/**
|
/**
|
||||||
* @brief Verbose level for all trace logs
|
* @brief Verbose level for all trace logs
|
||||||
*/
|
*/
|
||||||
#define VERBOSE_LEVEL VLEVEL_M
|
#define VERBOSE_LEVEL VLEVEL_L
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enable trace logs
|
* @brief Enable trace logs
|
||||||
*/
|
*/
|
||||||
#define APP_LOG_ENABLED 1
|
#define APP_LOG_ENABLED 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Activate monitoring (probes) of some internal RF signals for debug purpose
|
* @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)
|
* @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
|
* @note by HW serial wires are ON by default, need to put them OFF to save power
|
||||||
*/
|
*/
|
||||||
#define DEBUGGER_ENABLED 1
|
#define DEBUGGER_ENABLED 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Disable Low Power mode
|
* @brief Disable Low Power mode
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
|
|
||||||
#ifdef YUNHORN_STS_M7_ENABLED
|
#ifdef YUNHORN_STS_M7_ENABLED
|
||||||
#define MajorVer 23U
|
#define MajorVer 23U
|
||||||
#define MinorVer 10U
|
#define MinorVer 12U
|
||||||
#define SubMinorVer 17U
|
#define SubMinorVer 20U
|
||||||
#define FirmwareVersion 3U
|
#define FirmwareVersion 3U
|
||||||
/*
|
/*
|
||||||
#define YUNHORN_STS_M7_NVM_CFG_SIZE 3U
|
#define YUNHORN_STS_M7_NVM_CFG_SIZE 3U
|
||||||
|
|
|
@ -55,7 +55,7 @@ extern "C" {
|
||||||
* @brief LoRaWAN version definition
|
* @brief LoRaWAN version definition
|
||||||
* @note possible values: 0x01000300 or 0x01000400
|
* @note possible values: 0x01000300 or 0x01000400
|
||||||
*/
|
*/
|
||||||
#define LORAMAC_SPECIFICATION_VERSION 0x01000300 //YUNHORN_STS_MM 2022-10-20
|
#define LORAMAC_SPECIFICATION_VERSION 0x01000400 //YUNHORN_STS_MM 2022-10-20
|
||||||
|
|
||||||
/* Region ------------------------------------*/
|
/* Region ------------------------------------*/
|
||||||
/* the region listed here will be linked in the MW code */
|
/* the region listed here will be linked in the MW code */
|
||||||
|
|
Loading…
Reference in New Issue