yincheng.zhong
2024-02-29 c8a99f8293e1ae335501390de5bab05db487a0f9
Src/radio/Lora.h
@@ -17,14 +17,19 @@
void SwitchLoraSettingstest(uint32_t freq,uint8_t sf);
uint8_t GetLoraBufferAndLen(uint8_t* buffer,uint16_t* lp_count);
uint16_t GetLoraSyncCount(void);
#define SYNC_CHANNEL_FRQ 469
#define LORA_UPCHANNEL_FRQ 476
#define LORA_UPCHANNEL_SF 7
#define SYNC_CHANNEL_FRQ 477
#define SYNC_CHANNEL_SF 7
#define UWB_CHANNEL_FRQ 460
#define UWB_CHANNEL_FRQ 470
#define UWB_CHANNEL_SF 5
#define APP2_ADRESS 0X8012800
#define APP1_ADRESS 0X8005000
#define APP_SIZE 0XAB00
#define APP_1OR2_ADRESS 0x8004B38
#endif