WXK
2024-01-24 2fa2c5d4c6f576fd7a3ff8a96243eacebef6f4b1
Src/radio/Lora.h
@@ -15,10 +15,12 @@
uint8_t GetFlagLoraWaitSync(void);
void SetFlagLoraWaitSync(uint8_t value);
uint8_t GetLoraBufferAndLen(uint8_t* buffer,uint16_t* lp_count);
#define SYNC_CHANNEL_FRQ 46900000
#define SYNC_CHANNEL_FRQ 469000000
#define SYNC_CHANNEL_SF 7
#define UWB_CHANNEL_FRQ 468000000
#define UWB_CHANNEL_SF 5
#define APP2_ADRESS 0X8012800
#define APP1_ADRESS 0X8005000
#endif