keil/include/src/Radio/lora_1268.h
@@ -184,9 +184,12 @@ typedef enum{ WG_Lost, //上报丢失 失去和网关通讯 WG_Connected,// 上报中 和网关通讯正常 }wg_state_enum; #define MUQIAN_BAG 6 #define DATA_IDX 7 #define ONE_BAG_DAXIAO 220 #define APP2_ADRESS 0x402f000 #define APP_SIZE 0x19000 #define APP_1OR2_ADRESS 0x48000 @@ -199,4 +202,5 @@ void OnRxTimeout( void ); void OnRxError( void ); void SwitchLoraSettings(uint32_t freq,uint8_t sf,uint8_t power); void lora_in_sleep(void); #endif