RTM 20241204 PWH 2F
This commit is contained in:
parent
0675b4e20a
commit
68d92f954d
|
@ -120,7 +120,7 @@ void sts_weight_scale(void)
|
||||||
|
|
||||||
APP_LOG(TS_OFF, VLEVEL_M, "\r\n STS_WEIGHT SCALE =%u \r\n", (int)net_weight);
|
APP_LOG(TS_OFF, VLEVEL_M, "\r\n STS_WEIGHT SCALE =%u \r\n", (int)net_weight);
|
||||||
//HAL_Delay(2000);
|
//HAL_Delay(2000);
|
||||||
//PME_OFF;
|
PME_OFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
|
|
|
@ -109,7 +109,7 @@ void SystemApp_Init(void)
|
||||||
UTIL_TIMER_Init();
|
UTIL_TIMER_Init();
|
||||||
SYS_TimerInitialisedFlag = 1;
|
SYS_TimerInitialisedFlag = 1;
|
||||||
/* Initializes the SW probes pins and the monitor RF pins via Alternate Function */
|
/* Initializes the SW probes pins and the monitor RF pins via Alternate Function */
|
||||||
DBG_Init();
|
//DBG_Init();
|
||||||
|
|
||||||
/*Initialize the terminal */
|
/*Initialize the terminal */
|
||||||
UTIL_ADV_TRACE_Init();
|
UTIL_ADV_TRACE_Init();
|
||||||
|
|
|
@ -68,7 +68,7 @@ extern "C" {
|
||||||
/*!
|
/*!
|
||||||
* LoRaWAN default class
|
* LoRaWAN default class
|
||||||
*/
|
*/
|
||||||
#define LORAWAN_DEFAULT_CLASS CLASS_C
|
#define LORAWAN_DEFAULT_CLASS CLASS_A
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* LoRaWAN default confirm state
|
* LoRaWAN default confirm state
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue