add battery level and PA0 state to uplink message
This commit is contained in:
parent
aebafc0d8c
commit
fcd5f8b310
LoRaWAN/App
|
@ -446,7 +446,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
|
|||
{
|
||||
case BUT1_Pin:
|
||||
/* Note: when "EventType == TX_ON_TIMER" this GPIO is not initialized */
|
||||
if (EventType == TX_ON_EVENT)
|
||||
//if (EventType == TX_ON_EVENT)
|
||||
{
|
||||
UTIL_SEQ_SetTask((1 << CFG_SEQ_Task_LoRaSendOnTxTimerOrButtonEvent), CFG_SEQ_Prio_0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue