Src/radio/Lora.h
@@ -15,10 +15,14 @@ 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 #define APP_SIZE 0XAB00 #endif