From 5309726bb8a8b310304b88c84a8ae5dd76d8188a Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期一, 22 一月 2024 15:35:09 +0800 Subject: [PATCH] Merge branch '免布线基站-lora' of http://47.108.70.204:60062/r/XRange_Tag into 免布线基站-lora --- Src/radio/Lora.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Src/radio/Lora.h b/Src/radio/Lora.h index 936c369..dce0a78 100644 --- a/Src/radio/Lora.h +++ b/Src/radio/Lora.h @@ -4,11 +4,14 @@ #include <stdint.h> #include <stdbool.h> void OnTxTimeout( void ); - void OnRxTimeout( void ); +void OnRxTimeout( void ); void OnRxError( void ); void T_R_Init(uint8_t kind); void Lora_Init(void); void OnRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr ); void OnTxDone( void ); void LedToggle(void); +void SwitchLoraToSyncRec(); +uint8_t GetFlagLoraWaitSync(void); +uint8_t GetLoraBufferAndLen(uint8_t* buffer,uint16_t* lp_count); #endif -- Gitblit v1.9.3